diff options
| author | bors <bors@rust-lang.org> | 2018-12-22 04:21:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-22 04:21:30 +0000 |
| commit | 24667aa19d65b0827e780e2eab6b3b86e22a2516 (patch) | |
| tree | 0ea4e6a2ebff35c4981f2d01b01edd3d2d28ac1c /src/librustdoc/html/static/rustdoc.css | |
| parent | abaa9344d4c10a45d7725534145007a8284dabe8 (diff) | |
| parent | 8d393bf797c378bddc757cf18c59728b180ef2ba (diff) | |
| download | rust-24667aa19d65b0827e780e2eab6b3b86e22a2516.tar.gz rust-24667aa19d65b0827e780e2eab6b3b86e22a2516.zip | |
Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus
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: 
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 7a3682503f7..3958986e492 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -769,7 +769,7 @@ body.blur > :not(#help) { display: list-item; } -.stab .microscope { +.stab .emoji { font-size: 1.5em; } |
