Deny clippy::non_minimal_cfg
(no occurrences)
This commit is contained in:
parent
3b262bdf24
commit
fc683cbc0e
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,7 @@ impl Step for CI {
|
|||
deny: vec![
|
||||
"clippy::correctness".into(),
|
||||
"clippy::char_lit_as_u8".into(),
|
||||
"clippy::non_minimal_cfg".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
@ -400,6 +401,7 @@ impl Step for CI {
|
|||
"clippy::clone_on_ref_ptr".into(),
|
||||
"clippy::format_in_format_args".into(),
|
||||
"clippy::four_forward_slashes".into(),
|
||||
"clippy::non_minimal_cfg".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue