-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rustdoc mutability removal #67487
Rustdoc mutability removal #67487
Conversation
aec1af9
to
c87f8fb
Compare
You'll need to rebase this |
Keeping a tab open meanwhile. ;) |
#67355 has landed. |
This comment has been minimized.
This comment has been minimized.
c87f8fb
to
a6c038d
Compare
96efb9c
to
e473329
Compare
@bors r+ |
📌 Commit e473329aa3a0cf3caa4200bf80a7bab704fb1bf3 has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- ^-- |
e473329
to
0d7a49d
Compare
I badly replaced one of the pattern matching... |
@bors: r=Centril |
📌 Commit 0d7a49d has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
…emoval, r=Centril Rustdoc mutability removal Fixes rust-lang#67470. As discussed in another PR, the `clean::Mutability` type in rustdoc is useless. So let's remove it! r? @Centril
Rollup of 8 pull requests Successful merges: - #66877 (Add simpler entry points to const eval for common usages.) - #67299 (Add `ImmTy::try_from_(u)int` methods) - #67487 (Rustdoc mutability removal) - #67499 (Misc MIR building cleanups) - #67506 (Remove iter_private.rs) - #67508 (Fix typo in path parser name) - #67519 (Document why Any is not an unsafe trait) - #67525 (Utilize rust-lang/rust commit hashes in toolstate) Failed merges: r? @ghost
Fixes #67470.
As discussed in another PR, the
clean::Mutability
type in rustdoc is useless. So let's remove it!r? @Centril