From 58d561ca20dfc34c811a9a2bd0792aa8cb2519e6 Mon Sep 17 00:00:00 2001 From: Marek Date: Tue, 11 Jun 2024 20:07:00 +0200 Subject: [PATCH] Add `tokio_unstable` to to `unexpected_cfgs` --- tower-batch-control/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index bfc8a4a15dc..d62a31773cc 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -47,3 +47,6 @@ tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.13" } tower-test = "0.4.0" zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }