about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2022-07-24 16:48:35 +0400
committerMaybe Waffle <waffle.lapkin@gmail.com>2022-07-24 16:48:35 +0400
commit7f1af4219082b2a17f7bd647b7f19487d9cc9f2d (patch)
tree40224668cfa9e5835815b1fee184b1b7578d92b2 /src/librustdoc/html
parentd566334a940df8ca66d778c5aa8bebaad9b32d81 (diff)
downloadrust-7f1af4219082b2a17f7bd647b7f19487d9cc9f2d.tar.gz
rust-7f1af4219082b2a17f7bd647b7f19487d9cc9f2d.zip
Satisfy theme check
Diffstat (limited to 'src/librustdoc/html')
-rw-r--r--src/librustdoc/html/static/css/themes/ayu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/themes/ayu.css b/src/librustdoc/html/static/css/themes/ayu.css
index 11e68a155f8..c42cac59bd6 100644
--- a/src/librustdoc/html/static/css/themes/ayu.css
+++ b/src/librustdoc/html/static/css/themes/ayu.css
@@ -205,6 +205,7 @@ details.rustdoc-toggle > summary::before {
 
 /* Created this empty rule to satisfy the theme checks. */
 .stab.empty-impl {}
+.stab.must_implement {}
 
 .stab.unstable,
 .stab.deprecated,