Mercurial > public > mercurial-scm > hg
diff rust/hg-cpython/src/dirstate/status.rs @ 43431:21a1b2094649
rust-cpython: run cargo fmt
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 19 Oct 2019 14:30:19 +0900 |
parents | 478d0b1bf0c5 |
children | ab9b0a20b9e6 |
line wrap: on
line diff
--- 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;