Mercurial > public > mercurial-scm > hg
diff rust/hg-cpython/src/filepatterns.rs @ 42841:ce6797ef6eab
rust: apply more formatting fixes
My cargo fmt updated these lines and they look good.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 31 Aug 2019 14:12:38 +0900 |
parents | 0247601869ba |
children | 7a01778bc7b7 |
line wrap: on
line diff
--- 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::{