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 dcaf6f8 commit 227c979Copy full SHA for 227c979
extensions/tests/src/lib.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::unwrap_used)]
2
+
3
use std::cell::RefCell;
4
use std::collections::{BTreeMap, VecDeque};
5
use std::fs::{File, OpenOptions};
0 commit comments