Skip to content

Commit 58f6f3b

Browse files
committed
Update links
1 parent 762693a commit 58f6f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl Args {
9090
const SUBCMD: &str = "hack";
9191

9292
// rustc/cargo args must be valid Unicode
93-
// https://github.com/rust-lang/rust/blob/1.60.0/compiler/rustc_driver/src/lib.rs#L1319-L1329
93+
// https://github.com/rust-lang/rust/blob/1.62.0/compiler/rustc_driver/src/lib.rs#L1325-L1335
9494
fn handle_args(
9595
args: impl IntoIterator<Item = impl Into<OsString>>,
9696
) -> impl Iterator<Item = Result<String>> {

0 commit comments

Comments
 (0)