Fix clippy on stable
This commit is contained in:
parent
33d10517aa
commit
b3143ea5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
clippy::panic,
|
||||
clippy::print_stdout,
|
||||
clippy::todo,
|
||||
clippy::unwrap_used,
|
||||
//clippy::unwrap_used, // not yet in stable
|
||||
clippy::wrong_pub_self_convention
|
||||
)]
|
||||
#![warn(clippy::pedantic)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue