diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-07-24 16:48:35 +0400 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-07-24 16:48:35 +0400 |
| commit | 7f1af4219082b2a17f7bd647b7f19487d9cc9f2d (patch) | |
| tree | 40224668cfa9e5835815b1fee184b1b7578d92b2 /src/librustdoc | |
| parent | d566334a940df8ca66d778c5aa8bebaad9b32d81 (diff) | |
| download | rust-7f1af4219082b2a17f7bd647b7f19487d9cc9f2d.tar.gz rust-7f1af4219082b2a17f7bd647b7f19487d9cc9f2d.zip | |
Satisfy theme check
Diffstat (limited to 'src/librustdoc')
| -rw-r--r-- | src/librustdoc/html/static/css/themes/ayu.css | 1 |
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, |
