We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977752f commit 348a73eCopy full SHA for 348a73e
src/tools/linkchecker/linkcheck.sh
@@ -98,6 +98,7 @@ then
98
nightly_hash=$(rustc +nightly -Vv | grep commit-hash | cut -f2 -d" ")
99
url="https://raw.githubusercontent.com/rust-lang/rust"
100
mkdir linkchecker
101
+ curl -o linkchecker/Cargo.lock ${url}/${nightly_hash}/Cargo.lock
102
curl -o linkchecker/Cargo.toml ${url}/${nightly_hash}/src/tools/linkchecker/Cargo.toml
103
curl -o linkchecker/main.rs ${url}/${nightly_hash}/src/tools/linkchecker/main.rs
104
fi
0 commit comments