Skip to content

clippy fix

clippy fix #23

Triggered via push August 4, 2024 20:53
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
run cargo tests
23s
run cargo tests
verify formatting and lints
25s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
run cargo tests: src/interpreter/execution_mode.rs#L55
methods `map` and `async_map` are never used
run cargo tests: src/interpreter/execution_mode.rs#L96
method `transpose_res` is never used
run cargo tests: src/interpreter/execution_mode.rs#L107
method `transpose_fut` is never used
run cargo tests
Process completed with exit code 101.
verify formatting and lints: src/frontend/parser.rs#L247
binding's name is too similar to existing binding
verify formatting and lints: src/interpreter/execution_mode.rs#L55
methods `map` and `async_map` are never used
verify formatting and lints: src/interpreter/execution_mode.rs#L96
method `transpose_res` is never used
verify formatting and lints: src/interpreter/execution_mode.rs#L107
method `transpose_fut` is never used
verify formatting and lints: src/frontend/arena.rs#L4
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L6
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L9
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L11
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L19
item name starts with its containing module's name
verify formatting and lints: src/frontend/parser.rs#L54
this method could have a `#[must_use]` attribute