-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Unused doc comments blocks #94529
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
Unused doc comments blocks #94529
Conversation
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
To be noted: it might need rust-lang/stdarch#1286 to be merged first. |
This comment has been minimized.
This comment has been minimized.
r=me. I wonder how much fallout there will be in the wild. |
None normally since it's a warning. But I expect a few crates to now have this warning. :) |
This comment has been minimized.
This comment has been minimized.
ac544bf
to
6f0eb2a
Compare
@bors: r=ekuber |
📌 Commit 6f0eb2a has been approved by |
I failed pretty impressively the r+... @bors: r=estebank |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 6f0eb2a has been approved by |
@GuillaumeGomez is the stdarch submodule change intended? EDIT: ah there is a commit about it :) |
…blocks, r=estebank Unused doc comments blocks Fixes rust-lang#77030.
Yes it was. And you saw it so all good. 😆 |
Rollup of 9 pull requests Successful merges: - rust-lang#92061 (update char signess for openbsd) - rust-lang#93072 (Compatible variants suggestion with desugaring) - rust-lang#93354 (Add documentation about `BorrowedFd::to_owned`.) - rust-lang#93663 (Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.) - rust-lang#94375 (Adt copy suggestions) - rust-lang#94433 (Improve allowness of the unexpected_cfgs lint) - rust-lang#94499 (Documentation was missed when demoting Windows XP to no_std only) - rust-lang#94505 (Restore the local filter on mono item sorting) - rust-lang#94529 (Unused doc comments blocks) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #77030.