Skip to content

Commit 5b1fb7e

Browse files
committed
Fix lint
1 parent 4cdedeb commit 5b1fb7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cli-paths.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ mod windows {
372372
.unwrap()
373373
.to_string()
374374
.contains(path.trim_matches('"')),
375-
format!("`{}` not in `{}`", path, get_path().unwrap().unwrap())
375+
"`{}` not in `{}`",
376+
path,
377+
get_path().unwrap().unwrap()
376378
);
377379

378380
expect_ok(config, &["rustup", "self", "uninstall", "-y"]);

0 commit comments

Comments
 (0)