Skip to content

Commit

Permalink
Warn against unused_macro_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 12, 2023
1 parent 9f6733e commit 5faa20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rustflags = [
# rustc additional warnings:
"-Wunused_crate_dependencies",
"-Wunused_lifetimes",
"-Wunused_macro_rules",
"-Wunused_tuple_struct_fields", # Will be uplifed into `dead_code` (warn-by-default) with https://github.com/rust-lang/rust/pull/118297
"-Wmeta_variable_misuse",
# Rust 2018 idioms that are not yet warn-by-default:
Expand Down

0 comments on commit 5faa20a

Please sign in to comment.