Mercurial > public > mercurial-scm > hg
comparison rust/hg-cpython/src/parsers.rs @ 43818:ce088b38f92b
rust: run rustfmt
# skip-blame automated reformatting
Differential Revision: https://phab.mercurial-scm.org/D7578
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 07 Dec 2019 13:06:25 -0800 |
parents | 1ca3823aeefd |
children | 5ac243a92e37 |
comparison
equal
deleted
inserted
replaced
43817:d9f85f61f0ed | 43818:ce088b38f92b |
---|---|
7 | 7 |
8 //! Bindings for the `hg::dirstate::parsers` module provided by the | 8 //! Bindings for the `hg::dirstate::parsers` module provided by the |
9 //! `hg-core` package. | 9 //! `hg-core` package. |
10 //! | 10 //! |
11 //! From Python, this will be seen as `mercurial.rustext.parsers` | 11 //! From Python, this will be seen as `mercurial.rustext.parsers` |
12 //! | |
13 use cpython::{ | 12 use cpython::{ |
14 exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyResult, PyTuple, Python, | 13 exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyResult, PyTuple, Python, |
15 PythonObject, ToPyObject, | 14 PythonObject, ToPyObject, |
16 }; | 15 }; |
17 use hg::{ | 16 use hg::{ |