-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Don't count variants/fields/consts/associated types in doc-coverage doc examples #75718
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Don't count variants/fields/consts/associated types in doc-coverage doc examples #75718
Conversation
You linked to the wrong issue, I think you meant #75714. |
I've been failing to reference the correct issue a lot lately. I think something is wrong with my copy/paste skill... |
d16ee60
to
d108bd5
Compare
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me once nit is fixed
@bors: r=jyn514 |
📌 Commit 10a880d has been approved by |
Ok, so with the nit fixed, we can r+! @bors: r=jyn514 |
📌 Commit adeedf5 has been approved by |
Rollup of 12 pull requests Successful merges: - rust-lang#75705 (Move to intra-doc links for /library/core/src/intrinsics.rs) - rust-lang#75711 (Split `astconv.rs` into its own submodule) - rust-lang#75718 (Don't count variants/fields/consts/associated types in doc-coverage doc examples) - rust-lang#75725 (Use intra-doc-links in `alloc`) - rust-lang#75745 (Remove duplication in `fold_item`) - rust-lang#75753 (Another motivation for CFG: return-oriented programming) - rust-lang#75769 (Minor, remove double nesting of a test module) - rust-lang#75771 (Extend normalization in const-eval-query-stack test) - rust-lang#75781 (More inline asm register name fixups for LLVM) - rust-lang#75782 (Convert core/src/str/pattern.rs to Intra-doc links) - rust-lang#75787 (Use intra-doc-links in `core::ops::*`) - rust-lang#75788 (MIR call terminator represents diverging calls too) Failed merges: - rust-lang#75773 (Introduce expect snapshot testing library into rustc) r? @ghost
…int-improvements, r=jyn514 Missing doc examples lint improvements Fixes rust-lang#75719. To be merged after rust-lang#75718 (only the two last commits are from this PR). Since you already reviewed rust-lang#75718, I'll set you as reviewer here as well. :) r? @jyn514
Fixes #75714.
I think I'll need to update the equivalent lint too. Creating an issue for that!
r? @jyn514