diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000000..d788afc84d --- /dev/null +++ b/clippy.toml @@ -0,0 +1,5 @@ +disallowed-methods = [ + "tokio::task::block_in_place", + # Allow this for now, to deny it later once we stop using Handle::block_on completely + # "tokio::runtime::Handle::block_on", +]