diff --git a/protocols/relay/src/behaviour/rate_limiter.rs b/protocols/relay/src/behaviour/rate_limiter.rs index feaaca8206c..d48a1e8191d 100644 --- a/protocols/relay/src/behaviour/rate_limiter.rs +++ b/protocols/relay/src/behaviour/rate_limiter.rs @@ -78,7 +78,7 @@ pub(crate) struct GenericRateLimiter { buckets: HashMap, } -/// Configuration for a [`GenericRateLimiter`]. +/// Configuration for a `GenericRateLimiter`. #[derive(Debug, Clone, Copy)] pub struct GenericRateLimiterConfig { /// The maximum number of tokens in the bucket at any point in time.