diff --git a/Cargo.toml b/Cargo.toml index d49ad1e..9953995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,3 +42,6 @@ tracing-subscriber = "0.3" [features] default = [] regex = ["dep:regex"] + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }