mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
Merge pull request #2363 from davidalber/reword-config-note
Rewording configuration note
This commit is contained in:
commit
6af94c3188
@ -1002,7 +1002,7 @@ use foo::{aaa, bbb, ccc,
|
|||||||
|
|
||||||
#### `"Horizontal"`:
|
#### `"Horizontal"`:
|
||||||
|
|
||||||
**Note**: This option forces to put everything on one line and may exceeds `max_width`.
|
**Note**: This option forces all imports onto one line and may exceed `max_width`.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use foo::{xxx, yyy, zzz};
|
use foo::{xxx, yyy, zzz};
|
||||||
|
Loading…
Reference in New Issue
Block a user