about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/noscript.css
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-11 20:11:07 +0000
committerbors <bors@rust-lang.org>2022-11-11 20:11:07 +0000
commit42325c525b9d3885847a3f803abe53c562d289da (patch)
tree1dff3f83bd600c5e0be3762b380d28a3d238d320 /src/librustdoc/html/static/css/noscript.css
parent7d85104b96fb2ffe7b638ffbfb1794ef5652bdcf (diff)
parentb74d042be2c237fa1a29e87ed7501410974a0dd9 (diff)
downloadrust-42325c525b9d3885847a3f803abe53c562d289da.tar.gz
rust-42325c525b9d3885847a3f803abe53c562d289da.zip
Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth
Rollup of 8 pull requests

Successful merges:

 - #95292 (Allow specialized const trait impls.)
 - #100386 (Make `Sized` coinductive, again)
 - #102215 (Implement the `+whole-archive` modifier for `wasm-ld`)
 - #103468 (Fix unused lint and parser caring about spaces to won't produce invalid code)
 - #103531 (Suggest calling the instance method of the same name when method not found)
 - #103960 (piece of diagnostic migrate)
 - #104051 (update Miri)
 - #104129 (rustdoc: use javascript to layout notable traits popups)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static/css/noscript.css')
-rw-r--r--src/librustdoc/html/static/css/noscript.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/noscript.css b/src/librustdoc/html/static/css/noscript.css
index 301f03a1642..54e8b6561f3 100644
--- a/src/librustdoc/html/static/css/noscript.css
+++ b/src/librustdoc/html/static/css/noscript.css
@@ -22,3 +22,9 @@ nav.sub {
 .source .sidebar {
 	display: none;
 }
+
+.notable-traits {
+	/* layout requires javascript
+	    https://github.com/rust-lang/rust/issues/102576 */
+	display: none;
+}