Skip to content

Commit

Permalink
Update rust-lang/rust link
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 25, 2024
1 parent 5966a6a commit 188cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Args {
const SUBCMD: &str = "hack";

// rustc/cargo args must be valid Unicode
// https://github.com/rust-lang/rust/blob/1.70.0/compiler/rustc_driver_impl/src/lib.rs#L1366-L1376
// https://github.com/rust-lang/rust/blob/1.80.0/compiler/rustc_driver_impl/src/args.rs#L121
fn handle_args(
args: impl IntoIterator<Item = impl Into<OsString>>,
) -> impl Iterator<Item = Result<String>> {
Expand Down

0 comments on commit 188cc91

Please sign in to comment.