rust/hg-cpython/src/filepatterns.rs
changeset 43818 ce088b38f92b
parent 43772 ee3872c14ab3
--- a/rust/hg-cpython/src/filepatterns.rs	Fri Dec 06 16:09:03 2019 -0500
+++ b/rust/hg-cpython/src/filepatterns.rs	Sat Dec 07 13:06:25 2019 -0800
@@ -10,7 +10,6 @@
 //! `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.
-//!
 use crate::exceptions::{PatternError, PatternFileError};
 use cpython::{
     PyBytes, PyDict, PyModule, PyObject, PyResult, PyTuple, Python, ToPyObject,