Skip to content

Commit 97b9ba2

Browse files
authored
Fix lint in xtask (#144)
1 parent f351baf commit 97b9ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ fn execute_command(mut command: Command) {
300300
}
301301
}
302302

303-
fn escape(x: &OsStr) -> Cow<str> {
303+
fn escape(x: &OsStr) -> Cow<'_, str> {
304304
shell_escape::escape(x.to_str().unwrap().into())
305305
}
306306

0 commit comments

Comments
 (0)