We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8906040 commit 0ab96baCopy full SHA for 0ab96ba
tests/ui/get_unwrap.fixed
@@ -1,5 +1,5 @@
1
// run-rustfix
2
-#![allow(unused_mut)]
+#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
3
#![deny(clippy::get_unwrap)]
4
5
use std::collections::BTreeMap;
tests/ui/get_unwrap.rs
0 commit comments