Mercurial > public > mercurial-scm > hg-stable
diff rust/hg-cpython/src/lib.rs @ 42829:6a551a2dc666
rust: run cargo fmt
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 29 Aug 2019 15:49:16 +0200 |
parents | 30320c7bf79f |
children | 970978975574 |
line wrap: on
line diff
--- a/rust/hg-cpython/src/lib.rs Wed Aug 28 17:36:53 2019 -0700 +++ b/rust/hg-cpython/src/lib.rs Thu Aug 29 15:49:16 2019 +0200 @@ -31,10 +31,10 @@ pub mod ref_sharing; pub mod dagops; pub mod dirstate; -pub mod parsers; pub mod discovery; pub mod exceptions; pub mod filepatterns; +pub mod parsers; py_module_initializer!(rustext, initrustext, PyInit_rustext, |py, m| { m.add(