diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-08-22 02:14:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-22 02:14:44 +0200 |
| commit | 441c835278107b13a95d1e7010c63b65073e29f7 (patch) | |
| tree | 552c8c5ed0e4a0a77483d5ca183e9aeb5822b588 /src/test/rustdoc-ui/coverage/json.stdout | |
| parent | 6cb98e3114cefd8ecd7aa6d48c29109e3a48fc60 (diff) | |
| parent | adeedf52435fe893156f93e2771dc66adf02abc9 (diff) | |
| download | rust-441c835278107b13a95d1e7010c63b65073e29f7.tar.gz rust-441c835278107b13a95d1e7010c63b65073e29f7.zip | |
Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514
Don't count variants/fields/consts/associated types in doc-coverage doc examples Fixes #75714. I think I'll need to update the equivalent lint too. Creating an issue for that! r? @jyn514
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.stdout')
| -rw-r--r-- | src/test/rustdoc-ui/coverage/json.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/coverage/json.stdout b/src/test/rustdoc-ui/coverage/json.stdout index 7b5b083e158..c2be73ce3ed 100644 --- a/src/test/rustdoc-ui/coverage/json.stdout +++ b/src/test/rustdoc-ui/coverage/json.stdout @@ -1 +1 @@ -{"$DIR/json.rs":{"total":13,"with_docs":7,"with_examples":0}} +{"$DIR/json.rs":{"total":17,"with_docs":12,"total_examples":15,"with_examples":6}} |
