Uh oh!
There was an error while loading. Please reload this page.
Rustdoc mutability removal - #67487
Conversation
aec1af9 to
c87f8fbCompareCentril
commented
Dec 21, 2019
You'll need to rebase this |
GuillaumeGomez
commented
Dec 21, 2019
Keeping a tab open meanwhile. ;) |
Centril
commented
Dec 21, 2019
#67355 has landed. |
This comment has been minimized.
This comment has been minimized.
c87f8fb to
a6c038dCompare96efb9c to
e473329CompareCentril
commented
Dec 21, 2019
@bors r+ |
bors
commented
Dec 21, 2019
📌 Commit e473329aa3a0cf3caa4200bf80a7bab704fb1bf3 has been approved by |
bors
commented
Dec 21, 2019
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
rust-highfive
commented
Dec 21, 2019
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 |
Centril
commented
Dec 21, 2019
@bors r- ^-- |
e473329 to
0d7a49dCompareGuillaumeGomez
commented
Dec 22, 2019
I badly replaced one of the pattern matching... |
GuillaumeGomez
commented
Dec 22, 2019
@bors: r=Centril |
bors
commented
Dec 22, 2019
📌 Commit 0d7a49d has been approved by |
bors
commented
Dec 22, 2019
🌲 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 Fixesrust-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::Mutabilitytype in rustdoc is useless. So let's remove it!r? @Centril