diff --git a/src/main.rs b/src/main.rs index c999dd2..9f9d696 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,6 +13,8 @@ // limitations under the License. #![recursion_limit = "300"] +#![allow(clippy::too_many_arguments)] +#![allow(clippy::many_single_char_names)] use log::{error, info, warn}; use std::time::{Duration, Instant};