]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/lib.register_all.rs
Auto merge of #8462 - ken-matsui:use-precise-namespace-for-reverse, r=llogiq
[rust.git] / clippy_lints / src / lib.register_all.rs
index b2d9889ba86520c46d9277115548a7be892ca77d..f6d467941e3ef80dd629caba969e28cfdf208b16 100644 (file)
@@ -68,6 +68,7 @@
     LintId::of(format::USELESS_FORMAT),
     LintId::of(format_args::FORMAT_IN_FORMAT_ARGS),
     LintId::of(format_args::TO_STRING_IN_FORMAT_ARGS),
+    LintId::of(format_impl::PRINT_IN_FORMAT_IMPL),
     LintId::of(format_impl::RECURSIVE_FORMAT_IMPL),
     LintId::of(formatting::POSSIBLE_MISSING_COMMA),
     LintId::of(formatting::SUSPICIOUS_ASSIGNMENT_FORMATTING),