##// END OF EJS Templates
rust-cpython: run cargo fmt
Yuya Nishihara -
r43612:21a1b209 default
parent child Browse files
Show More
@@ -6,7 +6,8 b''
6 // GNU General Public License version 2 or any later version.
6 // GNU General Public License version 2 or any later version.
7
7
8 //! Bindings for the `hg::status` module provided by the
8 //! Bindings for the `hg::status` module provided by the
9 //! `hg-core` crate. From Python, this will be seen as `rustext.dirstate.status`.
9 //! `hg-core` crate. From Python, this will be seen as
10 //! `rustext.dirstate.status`.
10 //!
11 //!
11
12
12 use crate::dirstate::DirstateMap;
13 use crate::dirstate::DirstateMap;
General Comments 0
You need to be logged in to leave comments. Login now