Fix typo in comment line overflow message
s/error_on_lineoverflow_comments/error_on_line_overflow_comments
This commit is contained in:
parent
c166004e6d
commit
2471248370
@ -486,7 +486,7 @@ fn msg_prefix(&self) -> &str {
|
||||
fn msg_suffix(&self) -> String {
|
||||
match self.kind {
|
||||
ErrorKind::LineOverflow(..) if self.is_comment => format!(
|
||||
"use `error_on_lineoverflow_comments = false` to suppress \
|
||||
"use `error_on_line_overflow_comments = false` to suppress \
|
||||
the warning against line comments\n",
|
||||
),
|
||||
_ => String::from(""),
|
||||
|
Loading…
Reference in New Issue
Block a user