Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Nov 24, 2024
1 parent 4236981 commit ea1f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4097,7 +4097,7 @@ fn check_disabled() -> Result<(), Error> {
Ok(())
}

/// Copied from https://github.com/rust-lang/rust/blob/5db81020006d2920fc9c62ffc0f4322f90bffa04/compiler/rustc_codegen_ssa/src/back/linker.rs#L27-L38
/// Copied from <https://github.com/rust-lang/rust/blob/5db81020006d2920fc9c62ffc0f4322f90bffa04/compiler/rustc_codegen_ssa/src/back/linker.rs#L27-L38>
///
/// Disables non-English messages from localized linkers.
/// Such messages may cause issues with text encoding on Windows
Expand Down

0 comments on commit ea1f9cc

Please sign in to comment.