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 9941bc8 commit 11631d7Copy full SHA for 11631d7
src/utils.rs
@@ -42,6 +42,9 @@ pub(crate) fn file_lock<T>(
42
}
43
44
let res = std::panic::catch_unwind(f);
45
+ #[allow(unstable_name_collisions)]
46
+ // the method is coming from the `fs2` crate
47
+ // https://github.com/danburkert/fs2-rs/issues/50
48
let _ = file.unlock();
49
50
match res {
0 commit comments