diff --git a/lints.toml b/lints.toml index b9e39b0144..320f4203d1 100644 --- a/lints.toml +++ b/lints.toml @@ -57,6 +57,8 @@ deny = [ 'clippy::unnecessary_to_owned', 'clippy::nonminimal_bool', 'clippy::needless_question_mark', + # dbg! macro is intended as a debugging tool. It should not be in version control. + 'clippy::dbg_macro' ] allow = [