Parser #1192
Annotations
5 errors
nemo/src/parser/error.rs#L131
this expression creates a reference which is immediately dereferenced by the compiler
|
nemo/src/parser/error.rs#L208
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
nemo/src/parser/error.rs#L223
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
nemo/src/parser/error.rs#L238
`if` chain can be rewritten with `match`
|
|
This job failed
Loading