ratelimit: rename module to match filter name

less confusion

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-07-09 10:04:26 -07:00
parent 4b5f67d473
commit 20a8773631
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
mod rate_limit; mod ratelimit;
mod whitelist; mod whitelist;
pub use rate_limit::RateLimit; pub use ratelimit::RateLimit;
pub use whitelist::Whitelist; pub use whitelist::Whitelist;