##// END OF EJS Templates
rust: fix cargo doc for hg-cpython
Georges Racinet -
r52078:a6e293b2 default
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 //! `hg-core` crate. From Python, this will be seen as `rustext.discovery`
9 //! `hg-core` crate. From Python, this will be seen as `rustext.discovery`
10 //!
10 //!
11 //! # Classes visible from Python:
11 //! # Classes visible from Python:
12 //! - [`PartialDiscover`] is the Rust implementation of
12 //! - [`PartialDiscovery`] is the Rust implementation of
13 //! `mercurial.setdiscovery.partialdiscovery`.
13 //! `mercurial.setdiscovery.partialdiscovery`.
14
14
15 use crate::PyRevision;
15 use crate::PyRevision;
General Comments 0
You need to be logged in to leave comments. Login now