diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000000..64fa13834d5 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,3 @@ +disallowed-methods = [ + { path = "futures::sync::mpsc::channel", reason = "does not enforce backpressure" }, +]