mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 21:53:56 +00:00
Configurations: add colons to example section titles
This commit is contained in:
parent
6447e0d072
commit
1bb927e46f
@ -1152,7 +1152,7 @@ use foo::{xxx, yyy, zzz};
|
||||
use foo::{aaa, bbb, ccc, ddd, eee, fff};
|
||||
```
|
||||
|
||||
#### `"HorizontalVertical"`
|
||||
#### `"HorizontalVertical"`:
|
||||
|
||||
```rust
|
||||
use foo::{xxx, yyy, zzz};
|
||||
@ -1165,7 +1165,7 @@ use foo::{aaa,
|
||||
fff};
|
||||
```
|
||||
|
||||
#### `"Vertical"`
|
||||
#### `"Vertical"`:
|
||||
|
||||
```rust
|
||||
use foo::{xxx,
|
||||
|
Loading…
Reference in New Issue
Block a user