]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Manishearth
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 10 Sep 2021 15:23:22 +0000 (08:23 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 15:23:22 +0000 (08:23 -0700)
commite0e3d85ec367d2d6c6b28ec764c4ab002458c46d
treefc94b0eae72428faf5b8383ab5dc1eea65c85ce9
parent8368af060d2b4b9d6f1a3a167bb514116bb76bc7
parenteda4cfb13268e6344139dcbf57ef36962d9dc12d
Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Manishearth

Rustdoc coverage fields count

Follow-up of #88688.

Instead of requiring enum tuple variant fields and tuple struct fields to be documented, we count them if they are documented, otherwise we don't include them in the count.

r? `@Manishearth`