Skip to content

Commit 0bb25b6

Browse files
committed
Make clippy happy
1 parent ac06f3e commit 0bb25b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli-misc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ fn rustup_failed_path_search() {
325325
expect_err(
326326
config,
327327
broken,
328-
&format!("unknown proxy name: 'fake_proxy'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rustfmt', 'cargo-fmt'",),
328+
&"unknown proxy name: 'fake_proxy'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rustfmt', 'cargo-fmt'".to_string(),
329329
);
330330

331331
// Hardlink will be automatically cleaned up by test setup code

0 commit comments

Comments
 (0)