diff --git a/Cargo.toml b/Cargo.toml index e616edd5fb..3a5fe55904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,7 @@ with_crash_reporting = [] [workspace.lints.clippy] allow-attributes = "warn" +dbg-macro = "warn" str-to-string = "warn" string-to-string = "warn" tests-outside-test-module = "warn"