Allow lint
This commit is contained in:
parent
8906040445
commit
0ab96ba2c0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// run-rustfix
|
||||
#![allow(unused_mut)]
|
||||
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
|
||||
#![deny(clippy::get_unwrap)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// run-rustfix
|
||||
#![allow(unused_mut)]
|
||||
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
|
||||
#![deny(clippy::get_unwrap)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue