Commit fad01740 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge branch 'rustdoc_fix_2022_07_26' into 'main'

Fix a rustdoc link in tor-netdir.

See merge request tpo/core/arti!647
parents 422794de ea8db813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ pub trait NetDirProvider: UpcastArcNetDirProvider + Send + Sync {
    /// Return a reasonable netdir for general usage.
    ///
    /// This is an alias for
    /// [`netdir_with_timeliness`]`(`[`Timeliness::Timely`]`)`.
    /// [`NetDirProvider::netdir`]`(`[`Timeliness::Timely`]`)`.
    fn timely_netdir(&self) -> Result<Arc<NetDir>> {
        self.netdir(Timeliness::Timely)
    }