ratelimit: rename module to match filter name
less confusion Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
4b5f67d473
commit
20a8773631
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
mod rate_limit;
|
||||
mod ratelimit;
|
||||
mod whitelist;
|
||||
|
||||
pub use rate_limit::RateLimit;
|
||||
pub use ratelimit::RateLimit;
|
||||
pub use whitelist::Whitelist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue