mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
Fix use of fs4
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
50a70081be
commit
51e475293e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::{
|
||||||
ops,
|
ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
use fs4::FileExt;
|
use fs4::fs_std::FileExt;
|
||||||
|
|
||||||
/// A locked file.
|
/// A locked file.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue