diff -r b1b984f9c01d -r ce6797ef6eab rust/hg-cpython/src/filepatterns.rs --- a/rust/hg-cpython/src/filepatterns.rs Thu Aug 22 14:31:07 2019 +0200 +++ b/rust/hg-cpython/src/filepatterns.rs Sat Aug 31 14:12:38 2019 +0900 @@ -8,7 +8,8 @@ //! Bindings for the `hg::filepatterns` module provided by the //! `hg-core` crate. From Python, this will be seen as `rustext.filepatterns` -//! and can be used as replacement for the the pure `filepatterns` Python module. +//! and can be used as replacement for the the pure `filepatterns` Python +//! module. //! use crate::exceptions::{PatternError, PatternFileError}; use cpython::{