From e727fd0f094d5ef6fdc98d07132a09adcc8a6ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20RIBEAU?= Date: Fri, 30 Aug 2024 22:17:56 +0200 Subject: [PATCH] fix broken rustdoc --- protocols/relay/src/behaviour/rate_limiter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.