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 9472e1a commit cc3c07aCopy full SHA for cc3c07a
text/0000-doctest-name.md
@@ -90,11 +90,11 @@ Multiple `name=IDENT` words may not appear in a single code block's info
90
string.
91
92
`name=IDENT` may be combined with existing annotations like `rust` or
93
-`should_panic` by separating the annotations with commas:
+`should_panic` by separating the annotations with spaces:
94
95
````
96
97
-```rust,name=foo
+```rust name=foo
98
assert!(true)
99
```
100
0 commit comments