diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-04-14 18:00:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-04-19 09:52:56 -0700 |
| commit | ede8944ea778e33b0c268fdd0545cb2b15b9cf24 (patch) | |
| tree | a778ca6b0af1d09113fde88b1dfbccf841b046d1 /src/rustc | |
| parent | 478a33dabc4e6f2f501f476c79b56178d9df4f37 (diff) | |
| download | rust-ede8944ea778e33b0c268fdd0545cb2b15b9cf24.tar.gz rust-ede8944ea778e33b0c268fdd0545cb2b15b9cf24.zip | |
rustbuild: Run all markdown documentation tests
This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation. This also includes support for running the error index tests.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock index a3420d75218..a3b0c885d69 100644 --- a/src/rustc/Cargo.lock +++ b/src/rustc/Cargo.lock @@ -268,7 +268,6 @@ dependencies = [ "arena 0.0.0", "log 0.0.0", "rustc 0.0.0", - "rustc_bitflags 0.0.0", "syntax 0.0.0", ] |
