Skip to content

Commit

Permalink
Allow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiK3U authored and flip1995 committed Nov 3, 2020
1 parent 8906040 commit 0ab96ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/get_unwrap.fixed
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/get_unwrap.rs
@@ -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;
Expand Down

0 comments on commit 0ab96ba

Please sign in to comment.