mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 08:18:37 +02:00
Run a round of clippy --fix to fix a ton of lints (#7006)
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
This commit is contained in:
@ -529,7 +529,7 @@ fn list_directory_contains_invalid_utf8() {
|
||||
let cwd = dirs.test();
|
||||
let path = cwd.join(s);
|
||||
|
||||
std::fs::create_dir_all(&path).expect("failed to create directory");
|
||||
std::fs::create_dir_all(path).expect("failed to create directory");
|
||||
|
||||
let actual = nu!(cwd: cwd, "ls");
|
||||
|
||||
|
Reference in New Issue
Block a user