From ac3535e6b8bf29c00ebf96e061e25b88f365abaf Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 17 Aug 2022 15:17:50 +0900 Subject: [PATCH] clippy.toml: Test --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index f66cc0ac2da..ead1176285d 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,3 +1,3 @@ disallowed-methods = [ - { path = "futures::channel::mpsc::unbounded", reason = "does not enforce backpressure" }, + { path = "futures::channel::mpsc::channel", reason = "does not enforce backpressure" }, ]