Mercurial > public > mercurial-scm > hg-stable
diff rust/hg-cpython/src/dagops.rs @ 42560:d26e4a434fe5
rust: run rfmt on all hg-core/hg-cpython code
Differential Revision: https://phab.mercurial-scm.org/D6591
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 01 Jul 2019 10:50:18 +0200 |
parents | 0c7b353ce100 |
children | 326fdce22fb2 |
line wrap: on
line diff
--- a/rust/hg-cpython/src/dagops.rs Mon Jul 01 16:25:51 2019 -0700 +++ b/rust/hg-cpython/src/dagops.rs Mon Jul 01 10:50:18 2019 +0200 @@ -9,9 +9,9 @@ //! `hg-core` package. //! //! From Python, this will be seen as `mercurial.rustext.dagop` +use crate::conversion::{py_set, rev_pyiter_collect}; use cindex::Index; use cpython::{PyDict, PyModule, PyObject, PyResult, Python}; -use crate::conversion::{py_set, rev_pyiter_collect}; use exceptions::GraphError; use hg::dagops; use hg::Revision;