rust-cpython: run cargo fmt
authorYuya Nishihara <yuya@tcha.org>
Sat, 19 Oct 2019 14:30:19 +0900
changeset 43431 21a1b2094649
parent 43430 8418b77132c1
child 43432 8d5489b048b7
rust-cpython: run cargo fmt
rust/hg-cpython/src/dirstate/status.rs
--- a/rust/hg-cpython/src/dirstate/status.rs	Sat Oct 05 09:33:01 2019 -0400
+++ b/rust/hg-cpython/src/dirstate/status.rs	Sat Oct 19 14:30:19 2019 +0900
@@ -6,7 +6,8 @@
 // GNU General Public License version 2 or any later version.
 
 //! Bindings for the `hg::status` module provided by the
-//! `hg-core` crate. From Python, this will be seen as `rustext.dirstate.status`.
+//! `hg-core` crate. From Python, this will be seen as
+//! `rustext.dirstate.status`.
 //!
 
 use crate::dirstate::DirstateMap;