diff --git a/.cargo/config.toml b/.cargo/config.toml index ba238c5..604e6f7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -# rustflags = [ "--cfg", "tokio_unstable" ] +rustflags = [ "--cfg", "tokio_unstable" ] diff --git a/src/main.rs b/src/main.rs index eac4b66..2f0e8c3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ #![warn(clippy::pedantic)] -// #![allow(clippy::missing_errors_doc)] +#![allow(clippy::let_underscore_untyped)] // false positive in stable use std::{ fmt::Debug,