No need to debug so much

This commit is contained in:
Alex Crichton 2017-09-25 13:17:41 -07:00
parent f17ac643a1
commit a5d562faba

View File

@ -4,7 +4,7 @@
# in liblibc. This scrapes the list of triples to document from `src/lib.rs`
# which has a bunch of `html_root_url` directives we pick up.
set -ex
set -e
rm -rf target/doc
mkdir -p target/doc