diff --git a/.clippy.toml b/.clippy.toml index b95e806aae..d82f64bbfd 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1,4 @@ allow-mixed-uninlined-format-args = false +disallowed-types = [ + { path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" }, +] diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 625309989d..0000000000 --- a/clippy.toml +++ /dev/null @@ -1,3 +0,0 @@ -disallowed-types = [ - { path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" }, -]