diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 000000000000..734ddb680da0 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,3 @@ +disallowed-methods = [ + { path = "futures::sync::mpsc::channel", reason = "does not enforce backpressure" }, +] \ No newline at end of file