Change fenced code block type in rustdoc book

This commit is contained in:
Timothée Gerber 2020-03-14 23:31:34 +01:00
parent 68dc24fcbe
commit 131433a2c0

View File

@ -314,7 +314,7 @@ only shows the part you care about.
`should_panic` tells `rustdoc` that the code should compile correctly, but
not actually pass as a test.
```text
```rust
/// ```no_run
/// loop {
/// println!("Hello, world");