Skip to content

Commit 595fc4e

Browse files
authored
Fixed link break about compile-time-requirements (#1118)
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
1 parent 75d47e5 commit 595fc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ pub(crate) fn spawn(
361361
Ok(child) => Ok(child),
362362
Err(ref e) if e.kind() == io::ErrorKind::NotFound => {
363363
let extra = if cfg!(windows) {
364-
" (see https://github.com/rust-lang/cc-rs#compile-time-requirements \
364+
" (see https://docs.rs/cc/latest/cc/#compile-time-requirements \
365365
for help)"
366366
} else {
367367
""

0 commit comments

Comments
 (0)