Skip to content

Commit

Permalink
chore: enable keyword_idents_2024 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Mar 1, 2025
1 parent 0de2546 commit de85072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"

# Rust 2024 upgrade
keyword_idents_2024 = "warn"

[workspace.lints.clippy]
allow_attributes = "deny"
cargo_common_metadata = "allow"
Expand Down

0 comments on commit de85072

Please sign in to comment.