Mercurial > hg
changeset 51185:a6e293b21743
rust: fix cargo doc for hg-cpython
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Wed, 27 Sep 2023 10:08:32 +0200 |
parents | a9f96e809c2a |
children | 8ade5e6cdb61 |
files | rust/hg-cpython/src/discovery.rs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rust/hg-cpython/src/discovery.rs Fri Dec 15 11:10:24 2023 +0100 +++ b/rust/hg-cpython/src/discovery.rs Wed Sep 27 10:08:32 2023 +0200 @@ -9,7 +9,7 @@ //! `hg-core` crate. From Python, this will be seen as `rustext.discovery` //! //! # Classes visible from Python: -//! - [`PartialDiscover`] is the Rust implementation of +//! - [`PartialDiscovery`] is the Rust implementation of //! `mercurial.setdiscovery.partialdiscovery`. use crate::PyRevision;