Skip to content

Commit 2b0fcc7

Browse files
authored
Update plugins/fs/src/commands.rs
1 parent d50bb3d commit 2b0fcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/fs/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::{
1616
borrow::Cow,
1717
fs::File,
1818
io::{BufRead, BufReader, Read, Write},
19-
path::{Path, PathBuf},
19+
path::PathBuf,
2020
str::FromStr,
2121
sync::Mutex,
2222
time::{SystemTime, UNIX_EPOCH},

0 commit comments

Comments
 (0)