nym-cli: clippy fixes
This commit is contained in:
@@ -108,7 +108,6 @@ fn write_to_csv(
|
||||
|
||||
// Open the file for appending or creation
|
||||
let file = OpenOptions::new()
|
||||
.write(true)
|
||||
.append(true)
|
||||
.create(true)
|
||||
.open(&file_path)?;
|
||||
|
||||
Reference in New Issue
Block a user