Skip to content

Commit

Permalink
Fix tidy error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 21, 2019
1 parent 62f26ba commit 429a7ef
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 429a7ef

Please sign in to comment.