Removing redudant note from parse error
This commit is contained in:
parent
5b30586ba8
commit
506c06636b
2 changed files with 1 additions and 7 deletions
|
@ -893,7 +893,7 @@ impl<'a> Parser<'a> {
|
|||
0,
|
||||
ParseError {
|
||||
description: "expected format parameter to occur after `:`".to_owned(),
|
||||
note: Some(format!("`{}` comes after `:`.", alignment)),
|
||||
note: None,
|
||||
label: format!("expected `{}` to occur after `:`", alignment).to_owned(),
|
||||
span: pos.to(pos),
|
||||
secondary_label: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue