diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-08-28 11:43:21 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-08-28 11:44:02 +0200 |
| commit | 1c3aedd23ab89b03bae389ec501845d03da63015 (patch) | |
| tree | 0925312c93c05dfa31ac6ce305a7cd3416dff1ef /src/test | |
| parent | ac50a53359328a5d7f2f558833e63d59d372e4f7 (diff) | |
| download | rust-1c3aedd23ab89b03bae389ec501845d03da63015.tar.gz rust-1c3aedd23ab89b03bae389ec501845d03da63015.zip | |
Fix code blocks color in ayu theme
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-gui/src/test_docs/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/src/test_docs/lib.rs b/src/test/rustdoc-gui/src/test_docs/lib.rs index bed72ccb9f9..af4f28047fc 100644 --- a/src/test/rustdoc-gui/src/test_docs/lib.rs +++ b/src/test/rustdoc-gui/src/test_docs/lib.rs @@ -25,6 +25,8 @@ use std::fmt; /// ```ignore (it's a test) /// Let's say I'm just some text will ya? /// ``` +/// +/// An inlined `code`! pub fn foo() {} /// Just a normal struct. |
