Change fenced code block type in rustdoc book
This commit is contained in:
parent
68dc24fcbe
commit
131433a2c0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user