We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac50a53 commit 1c3aeddCopy full SHA for 1c3aedd
src/librustdoc/html/static/css/themes/ayu.css
@@ -40,7 +40,7 @@ h4 {
40
.code-header {
41
color: #e6e1cf;
42
}
43
-pre > code {
+.docblock pre > code, pre > code {
44
45
46
span code {
src/test/rustdoc-gui/src/test_docs/lib.rs
@@ -25,6 +25,8 @@ use std::fmt;
25
/// ```ignore (it's a test)
26
/// Let's say I'm just some text will ya?
27
/// ```
28
+///
29
+/// An inlined `code`!
30
pub fn foo() {}
31
32
/// Just a normal struct.
0 commit comments