Deny clippy::single_char_add_str (no occurrences)
This commit is contained in:
parent
57fcee8655
commit
fb2e70690b
1 changed files with 2 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ impl Step for CI {
|
|||
"clippy::non_minimal_cfg".into(),
|
||||
"clippy::print_literal".into(),
|
||||
"clippy::same_item_push".into(),
|
||||
"clippy::single_char_add_str".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
|
@ -410,6 +411,7 @@ impl Step for CI {
|
|||
"clippy::non_minimal_cfg".into(),
|
||||
"clippy::print_literal".into(),
|
||||
"clippy::same_item_push".into(),
|
||||
"clippy::single_char_add_str".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue