Skip to content

Commit

Permalink
Fix theme checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 31, 2022
1 parent 51dd090 commit eca12e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustdoc/html/static/css/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ details.undocumented > summary::before {
color: #000;
}

/* Created this empty rule to satisfy the theme checks. */
.stab.empty-impl {}

.stab.unstable,
.stab.deprecated,
.stab.portability,
Expand Down

0 comments on commit eca12e3

Please sign in to comment.