Skip to content

Commit

Permalink
Fixed link break about compile-time-requirements (#1118)
Browse files Browse the repository at this point in the history
It had already been removed from the README and could no longer be found through this link.

I considered linking to it below, but thought docs.rs would be a better place for documentation.

https://github.com/rust-lang/cc-rs/blob/243038b6e956615e04a98fc2ed44e155719ae20a/src/lib.rs#L129
  • Loading branch information
mikoto2000 authored Jul 1, 2024
1 parent 75d47e5 commit 595fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ pub(crate) fn spawn(
Ok(child) => Ok(child),
Err(ref e) if e.kind() == io::ErrorKind::NotFound => {
let extra = if cfg!(windows) {
" (see https://github.com/rust-lang/cc-rs#compile-time-requirements \
" (see https://docs.rs/cc/latest/cc/#compile-time-requirements \
for help)"
} else {
""
Expand Down

0 comments on commit 595fc4e

Please sign in to comment.