chore: enable dbg_macro lint (#12409)

This commit is contained in:
Hai | RISE
2024-11-08 22:03:29 +07:00
committed by GitHub
parent 86230d9962
commit 0da914eaeb
4 changed files with 6 additions and 2 deletions

View File

@ -175,6 +175,7 @@ branches_sharing_code = "warn"
clear_with_drain = "warn"
cloned_instead_of_copied = "warn"
collection_is_never_read = "warn"
dbg_macro = "warn"
derive_partial_eq_without_eq = "warn"
doc_markdown = "warn"
empty_line_after_doc_comments = "warn"