Skip to content

Commit

Permalink
fix broken rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-frb committed Aug 30, 2024
1 parent f72be37 commit e727fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/relay/src/behaviour/rate_limiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub(crate) struct GenericRateLimiter<Id> {
buckets: HashMap<Id, u32>,
}

/// 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.
Expand Down

0 comments on commit e727fd0

Please sign in to comment.