]> git.puffer.fish Git - matthieu/nova.git/commit
fix clippy warnings
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Wed, 4 Jan 2023 15:36:27 +0000 (19:36 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Wed, 4 Jan 2023 15:36:27 +0000 (19:36 +0400)
commit408b524ba7d7c2b8b34131054d9f2498cc0d62ff
treee30c03052d3bd2949fcfb1ce0a265efbca9ae30d
parenteb2dc6ac0272d6a95fa22c1f014100a625c31fed
fix clippy warnings
14 files changed:
exes/all/build.rs
exes/all/src/lib.rs
exes/ratelimit/src/lib.rs
exes/ratelimit/src/redis_global_local_bucket_ratelimiter/mod.rs
exes/rest/src/handler.rs
exes/rest/src/ratelimit_client/mod.rs
exes/webhook/src/config.rs
exes/webhook/src/handler/error.rs
exes/webhook/src/handler/handler.rs [deleted file]
exes/webhook/src/handler/mod.rs
exes/webhook/src/handler/signature.rs
exes/webhook/src/lib.rs
libs/shared/src/config.rs
libs/shared/src/redis.rs