Parser #1192
Triggered via pull request
September 23, 2024 11:09
Status
Failure
Total duration
27m 9s
Artifacts
–
pr.yml
on: pull_request
Lint with clippy
1m 0s
Verify code formatting
19s
Verify crate documentation
1m 36s
Check for undefined behaviour with miri
26m 59s
Test python bindings
1m 20s
Check python code formatting
8s
Test wasm bindings
1m 19s
Matrix: test
Annotations
5 errors
Lint with clippy:
nemo/src/parser/error.rs#L131
this expression creates a reference which is immediately dereferenced by the compiler
|
Lint with clippy:
nemo/src/parser/error.rs#L208
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
Lint with clippy:
nemo/src/parser/error.rs#L223
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
Lint with clippy:
nemo/src/parser/error.rs#L238
`if` chain can be rewritten with `match`
|
Lint with clippy
Process completed with exit code 101.
|