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.
2 parents a9c61ec + 4141362 commit b4b7c7bCopy full SHA for b4b7c7b
.github/workflows/remark.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Linkcheck book
38
run: |
39
rustup toolchain install nightly --component rust-docs
40
+ rustup override set nightly
41
curl https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh -o linkcheck.sh
42
sh linkcheck.sh clippy --path ./book
43
0 commit comments