Skip to content

Commit c755df2

Browse files
committed
remote-test-server: apply considerable clippy suggestions
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 481dcb0 commit c755df2

File tree

1 file changed

+1
-1
lines changed
  • src/tools/remote-test-server/src

1 file changed

+1
-1
lines changed

src/tools/remote-test-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ fn handle_run(socket: TcpStream, work: &Path, tmp: &Path, lock: &Mutex<()>, conf
282282
cmd.env(library_path, env::join_paths(paths).unwrap());
283283

284284
// Some tests assume RUST_TEST_TMPDIR exists
285-
cmd.env("RUST_TEST_TMPDIR", tmp.to_owned());
285+
cmd.env("RUST_TEST_TMPDIR", tmp);
286286

287287
let socket = Arc::new(Mutex::new(reader.into_inner()));
288288

0 commit comments

Comments
 (0)