]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/dbg_macro.rs
Rollup merge of #83092 - petrochenkov:qspan, r=estebank
[rust.git] / clippy_lints / src / dbg_macro.rs
index f9bf1141a8b25806730e52bcc86b8ad76a22c431..e513dcce64e5349fb6668ceb1bf3fc864d577809 100644 (file)
@@ -48,6 +48,7 @@ fn check_mac(&mut self, cx: &EarlyContext<'_>, mac: &ast::MacCall) {
                     DBG_MACRO,
                     mac.span(),
                     "`dbg!` macro is intended as a debugging tool",
+                    None,
                     "ensure to avoid having uses of it in version control",
                 );
             }