Fix a rustdoc link

This commit is contained in:
Nick Mathewson 2022-04-05 12:37:36 -04:00
parent fe43f0ddb5
commit 430611ba3a
1 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
use std::time::{Duration, Instant};
use tor_basic_utils::retry::RetryDelay;
/// Status information about whether a [`FallbackDir`](super::FallbackDir)
/// or [`Guard`](crate::guard::Guard)
/// is currently usable as a directory cache.
/// Status information about whether a
/// [`FallbackDir`](crate::fallback::FallbackDir) or
/// [`Guard`](crate::guard::Guard) is currently usable as a directory cache.
///
/// This structure is used to track whether the cache has recently
/// failed, and if so, when it can be retried.
/// This structure is used to track whether the cache has recently failed, and
/// if so, when it can be retried.
#[derive(Debug, Clone)]
pub(crate) struct DirStatus {
/// Used to decide how long to delay before retrying a fallback cache