Mercurial > hg
changeset 43431:21a1b2094649
rust-cpython: run cargo fmt
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 19 Oct 2019 14:30:19 +0900 |
parents | 8418b77132c1 |
children | 8d5489b048b7 |
files | rust/hg-cpython/src/dirstate/status.rs |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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;