Parser #1184
Triggered via pull request
September 18, 2024 18:31
Status
Failure
Total duration
28m 37s
Artifacts
–
pr.yml
on: pull_request
Lint with clippy
1m 0s
Verify code formatting
18s
Verify crate documentation
1m 26s
Check for undefined behaviour with miri
28m 25s
Test python bindings
1m 21s
Check python code formatting
8s
Test wasm bindings
1m 9s
Matrix: test
Annotations
11 errors
Verify code formatting
Process completed with exit code 1.
|
Lint with clippy:
nemo/src/parser/span.rs#L170
using `clone` on type `Span<'_>` which implements the `Copy` trait
|
Lint with clippy:
nemo/src/parser/span.rs#L216
this expression creates a reference which is immediately dereferenced by the compiler
|
Lint with clippy:
nemo/src/parser/span.rs#L240
this expression creates a reference which is immediately dereferenced by the compiler
|
Lint with clippy:
nemo/src/parser/span.rs#L250
this expression creates a reference which is immediately dereferenced by the compiler
|
Lint with clippy
Process completed with exit code 101.
|
Test wasm bindings
Process completed with exit code 1.
|
Test python bindings
Process completed with exit code 1.
|
Verify crate documentation:
nemo/src/parser/span.rs#L2
this URL is not a hyperlink
|
Verify crate documentation
Process completed with exit code 101.
|
Test wasm bindings
Process completed with exit code 1.
|