diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-20 21:09:40 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-08-20 21:09:40 +0200 |
| commit | 631c80659dab1e6f0b335cd7862eddc341eff0ac (patch) | |
| tree | f88daa57243bc27a9193cace863523bd1e4272f6 /src/test/rustdoc-ui/coverage/doc-examples.stdout | |
| parent | 6fb7e02a3688efa5f3eec4835ef9b5de50eb3c3c (diff) | |
| download | rust-631c80659dab1e6f0b335cd7862eddc341eff0ac.tar.gz rust-631c80659dab1e6f0b335cd7862eddc341eff0ac.zip | |
Remove "total" columns in --show-coverage output
Diffstat (limited to 'src/test/rustdoc-ui/coverage/doc-examples.stdout')
| -rw-r--r-- | src/test/rustdoc-ui/coverage/doc-examples.stdout | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/test/rustdoc-ui/coverage/doc-examples.stdout b/src/test/rustdoc-ui/coverage/doc-examples.stdout index f25cf79a3f3..3a869016505 100644 --- a/src/test/rustdoc-ui/coverage/doc-examples.stdout +++ b/src/test/rustdoc-ui/coverage/doc-examples.stdout @@ -1,7 +1,6 @@ -+-------------------------------------+------------+------------+------------+------------+------------+ -| File | Documented | Total | Percentage | Examples | Percentage | -+-------------------------------------+------------+------------+------------+------------+------------+ -| ...tdoc-ui/coverage/doc-examples.rs | 4 | 4 | 100.0% | 2 | 50.0% | -+-------------------------------------+------------+------------+------------+------------+------------+ -| Total | 4 | 4 | 100.0% | 2 | 50.0% | -+-------------------------------------+------------+------------+------------+------------+------------+ ++-------------------------------------+------------+------------+------------+------------+ +| File | Documented | Percentage | Examples | Percentage | ++-------------------------------------+------------+------------+------------+------------+ ++-------------------------------------+------------+------------+------------+------------+ +| Total | 0 | 0.0% | 0 | 0.0% | ++-------------------------------------+------------+------------+------------+------------+ |
