mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Remove allow of pedantic lints that were reclassed as restrictions
This commit is contained in:
parent
c83c3d9921
commit
6404f1b864
1 changed files with 0 additions and 2 deletions
|
@ -2,14 +2,12 @@
|
|||
clippy::bool_to_int_with_if,
|
||||
clippy::enum_glob_use,
|
||||
clippy::items_after_statements,
|
||||
clippy::let_underscore_untyped,
|
||||
clippy::manual_assert,
|
||||
clippy::manual_strip,
|
||||
clippy::match_like_matches_macro,
|
||||
clippy::match_same_arms, // https://github.com/rust-lang/rust-clippy/issues/10327
|
||||
clippy::module_name_repetitions,
|
||||
clippy::needless_pass_by_value,
|
||||
clippy::non_ascii_literal,
|
||||
clippy::option_option,
|
||||
clippy::struct_excessive_bools,
|
||||
clippy::too_many_lines,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue