mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Import Path in fs-lock lib.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
ce65159cc7
commit
090884a70f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue