# HG changeset patch # User Yuya Nishihara # Date 2019-10-19 05:30:19 # Node ID 21a1b209464991b5a6f04fe29103c44a0944e2a9 # Parent 8418b77132c1c8db05b4021c3e96f2ccdca7bea6 rust-cpython: run cargo fmt diff --git a/rust/hg-cpython/src/dirstate/status.rs b/rust/hg-cpython/src/dirstate/status.rs --- a/rust/hg-cpython/src/dirstate/status.rs +++ b/rust/hg-cpython/src/dirstate/status.rs @@ -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;