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 2182446 commit 69baa97Copy full SHA for 69baa97
src/librustdoc/html/static/css/rustdoc.css
@@ -262,7 +262,9 @@ pre.rust a,
262
}
263
264
.content span.fn, .content a.fn,
265
-.content .fnname {
+.content .fnname,
266
+.content span.method, .content a.method,
267
+.content span.tymethod, .content a.tymethod {
268
color: var(--function-link-color);
269
270
0 commit comments