rustdoc: display rustc_private APIs as "Internal"#56824
rustdoc: display rustc_private APIs as "Internal"#56824bors merged 2 commits intorust-lang:masterfrom
Conversation
|
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 |
5bd6901 to
4dbdb7d
Compare
There was a problem hiding this comment.
There was a problem hiding this comment.
Yeah, that color looks better to me too. Fixed.
4dbdb7d to
8d393bf
Compare
QuietMisdreavus
left a comment
There was a problem hiding this comment.
Thanks so much! I like the refactors you did, it makes the code easier to read.
|
@bors r+ |
|
📌 Commit 8d393bf has been approved by |
…avus rustdoc: display rustc_private APIs as "Internal" This PR updates the display of `rustc_private` APIs to be "Internal" instead of "Experimental", and changes the colors appropriately. It also updates the copy of the `rustc_private` feature to sound more informative and less like a compiler suggestion. The PR additionally contains a significant refactor of the `short_stability` function to remove duplication and fix a few rendering bugs due to extra or missing spaces. Before:  After: 
…avus rustdoc: display rustc_private APIs as "Internal" This PR updates the display of `rustc_private` APIs to be "Internal" instead of "Experimental", and changes the colors appropriately. It also updates the copy of the `rustc_private` feature to sound more informative and less like a compiler suggestion. The PR additionally contains a significant refactor of the `short_stability` function to remove duplication and fix a few rendering bugs due to extra or missing spaces. Before:  After: 
rustdoc: display rustc_private APIs as "Internal" This PR updates the display of `rustc_private` APIs to be "Internal" instead of "Experimental", and changes the colors appropriately. It also updates the copy of the `rustc_private` feature to sound more informative and less like a compiler suggestion. The PR additionally contains a significant refactor of the `short_stability` function to remove duplication and fix a few rendering bugs due to extra or missing spaces. Before:  After: 
|
☀️ Test successful - status-appveyor, status-travis |

This PR updates the display of
rustc_privateAPIs to be "Internal" instead of "Experimental", and changes the colors appropriately. It also updates the copy of therustc_privatefeature to sound more informative and less like a compiler suggestion.The PR additionally contains a significant refactor of the
short_stabilityfunction to remove duplication and fix a few rendering bugs due to extra or missing spaces.Before:
After: