Skip to content

Commit

Permalink
Update rust-lang/rust links
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 11, 2022
1 parent aa73eb8 commit 3c2276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Expand Up @@ -90,7 +90,7 @@ impl Args {
const SUBCMD: &str = "hack";

// rustc/cargo args must be valid Unicode
// https://github.com/rust-lang/rust/blob/1.62.0/compiler/rustc_driver/src/lib.rs#L1325-L1335
// https://github.com/rust-lang/rust/blob/1.63.0/compiler/rustc_driver/src/lib.rs#L1317-L1327
fn handle_args(
args: impl IntoIterator<Item = impl Into<OsString>>,
) -> impl Iterator<Item = Result<String>> {
Expand Down

0 comments on commit 3c2276f

Please sign in to comment.