diff --git a/crates/fs-lock/src/lib.rs b/crates/fs-lock/src/lib.rs index a14a99f0..40087300 100644 --- a/crates/fs-lock/src/lib.rs +++ b/crates/fs-lock/src/lib.rs @@ -3,9 +3,9 @@ //! These use the same mechanisms as, and are interoperable with, Cargo. use std::{ - fs::File, + fs::File. io::{self, IoSlice, IoSliceMut, SeekFrom}, - ops, + ops, path::Path, }; use fs4::fs_std::FileExt;