Skip to content

Commit

Permalink
big fences to show that rust is the same as
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Mar 12, 2018
1 parent 883e746 commit c802204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/rustdoc/src/documentation-tests.md
Expand Up @@ -19,15 +19,19 @@ running `rustdoc --test foo.rs` will extract this example, and then run it as a
Please note that by default, if no language is set for the block code, `rustdoc`
assumes it is `Rust` code. So the following:
``````markdown
```rust
let x = 5;
```
``````
is strictly equivalent to:
``````markdown
```
let x = 5;
```
``````

There's some subtlety though! Read on for more details.

Expand Down

0 comments on commit c802204

Please sign in to comment.