diff rust/hg-cpython/src/parsers.rs @ 43836:ce088b38f92b

rust: run rustfmt # skip-blame automated reformatting Differential Revision: https://phab.mercurial-scm.org/D7578
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 07 Dec 2019 13:06:25 -0800
parents 1ca3823aeefd
children 5ac243a92e37
line wrap: on
line diff
--- a/rust/hg-cpython/src/parsers.rs	Fri Dec 06 16:09:03 2019 -0500
+++ b/rust/hg-cpython/src/parsers.rs	Sat Dec 07 13:06:25 2019 -0800
@@ -9,7 +9,6 @@
 //! `hg-core` package.
 //!
 //! From Python, this will be seen as `mercurial.rustext.parsers`
-//!
 use cpython::{
     exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyResult, PyTuple, Python,
     PythonObject, ToPyObject,