Skip to content

Commit d68166a

Browse files
committed
fix: lint
1 parent 5659297 commit d68166a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/windows.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ impl RemoteFs for SmbFs {
327327
debug!("creating {} for reading...", path_abs.display());
328328

329329
let writer = std::fs::OpenOptions::new()
330-
.write(true)
331330
.append(true)
332331
.open(&path_abs)
333332
.map_err(|e| RemoteError::new_ex(RemoteErrorType::IoError, e))

0 commit comments

Comments
 (0)