Merge pull request #2363 from davidalber/reword-config-note

Rewording configuration note
This commit is contained in:
Seiichi Uchida 2018-01-15 20:46:22 +09:00 committed by GitHub
commit 6af94c3188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1002,7 +1002,7 @@ use foo::{aaa, bbb, ccc,
#### `"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
use foo::{xxx, yyy, zzz};