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.
1 parent ee1ba33 commit 0ac24d6Copy full SHA for 0ac24d6
src/librustdoc/html/static/main.css
@@ -338,10 +338,10 @@ nav.sub {
338
font-size: 1em;
339
position: relative;
340
}
341
-/* Shift "where ..." part of method definition down a line */
342
-.content .method .where { display: block; }
+/* Shift "where ..." part of method or fn definition down a line */
+.content .method .where, .content .fn .where { display: block; }
343
/* Bit of whitespace to indent it */
344
-.content .method .where::before { content: ' '; }
+.content .method .where::before, .content .fn .where::before { content: ' '; }
345
346
.content .methods > div { margin-left: 40px; }
347
0 commit comments