fixed display message for the LineOverflow error
This commit is contained in:
parent
3c9ec96094
commit
7003276b73
@ -100,7 +100,7 @@ pub enum ErrorKind {
|
||||
#[fail(
|
||||
display = "line formatted, but exceeded maximum width \
|
||||
(maximum: {} (see `max_width` option), found: {})",
|
||||
_0, _1
|
||||
_1, _0
|
||||
)]
|
||||
LineOverflow(usize, usize),
|
||||
/// Line ends in whitespace.
|
||||
|
Loading…
Reference in New Issue
Block a user