mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Configurations: add colons to example section titles
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user