Skip to content

Commit 1dfda65

Browse files
committed
Fix clippy
1 parent a8942aa commit 1dfda65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/tectonic/v2cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ impl WatchCommand {
550550
let cmd = Command::Shell {
551551
shell: shell.clone(),
552552
args: vec![],
553-
command: format!("{exe_name} -X {}", x.to_string()),
553+
command: format!("{exe_name} -X {}", x),
554554
};
555555
cmds.push(cmd)
556556
}

0 commit comments

Comments
 (0)