Tweak more warnings.
Much like the previous commit. I think the removal of "the token" in each message is fine here. There are many more error messages that mention tokens without saying "the token" than those that do say it.
This commit is contained in:
parent
a201fab208
commit
dd2b027d5d
50 changed files with 113 additions and 121 deletions
|
@ -1,3 +1,3 @@
|
|||
pub fn main() {
|
||||
vec![,]; //~ ERROR no rules expected the token `,`
|
||||
vec![,]; //~ ERROR no rules expected `,`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue