Skip to content

Commit

Permalink
Merge pull request #552 from ehuss/fix-linkcheck
Browse files Browse the repository at this point in the history
Fix tidy error.
  • Loading branch information
Centril authored Mar 21, 2019
2 parents 62f26ba + 429a7ef commit 8bb0d86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/linkcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ fi
rm -rf tests/linkcheck tests/linkchecker

mkdir tests/linkchecker
curl -o tests/linkchecker/Cargo.toml https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
curl -o tests/linkchecker/main.rs https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs
curl -o tests/linkchecker/Cargo.toml \
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
curl -o tests/linkchecker/main.rs \
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs

mdbook build

Expand Down

0 comments on commit 8bb0d86

Please sign in to comment.