Change fenced code block type in rustdoc book
This commit is contained in:
parent
68dc24fcbe
commit
131433a2c0
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ only shows the part you care about.
|
||||||
`should_panic` tells `rustdoc` that the code should compile correctly, but
|
`should_panic` tells `rustdoc` that the code should compile correctly, but
|
||||||
not actually pass as a test.
|
not actually pass as a test.
|
||||||
|
|
||||||
```text
|
```rust
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// loop {
|
/// loop {
|
||||||
/// println!("Hello, world");
|
/// println!("Hello, world");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue