Import Path in fs-lock lib.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-02-22 23:09:05 +11:00 committed by GitHub
parent ce65159cc7
commit 090884a70f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;