We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
where
1 parent bc0759d commit 89c0e58Copy full SHA for 89c0e58
src/librustdoc/html/static/css/rustdoc.css
@@ -640,13 +640,16 @@ pre, .rustdoc.source .example-wrap {
640
background: var(--table-alt-row-background-color);
641
}
642
643
+.where {
644
+ font-size: 0.875rem;
645
+}
646
+
647
/* Shift "where ..." part of method or fn definition down a line */
648
.method .where,
649
.fn .where,
650
.where.fmt-newline {
651
display: block;
652
white-space: pre-wrap;
- font-size: 0.875rem;
653
654
655
.item-info {
0 commit comments