Fix use of fs4

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-08-03 13:16:33 +10:00 committed by GitHub
parent 50a70081be
commit 51e475293e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ use std::{
ops,
};
use fs4::FileExt;
use fs4::fs_std::FileExt;
/// A locked file.
#[derive(Debug)]