Skip to content

Commit 0ab96ba

Browse files
pitiK3Uflip1995
authored andcommitted
Allow lint
1 parent 8906040 commit 0ab96ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/get_unwrap.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// run-rustfix
2-
#![allow(unused_mut)]
2+
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
33
#![deny(clippy::get_unwrap)]
44

55
use std::collections::BTreeMap;

tests/ui/get_unwrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// run-rustfix
2-
#![allow(unused_mut)]
2+
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
33
#![deny(clippy::get_unwrap)]
44

55
use std::collections::BTreeMap;

0 commit comments

Comments
 (0)