# HG changeset patch # User Georges Racinet # Date 2023-09-27 08:08:32 # Node ID a6e293b21743573085752b4f34dec651936493ef # Parent a9f96e809c2ad87eb9684b76946b81fe0181b8b1 rust: fix cargo doc for hg-cpython diff --git a/rust/hg-cpython/src/discovery.rs b/rust/hg-cpython/src/discovery.rs --- a/rust/hg-cpython/src/discovery.rs +++ b/rust/hg-cpython/src/discovery.rs @@ -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;