Merge remote-tracking branch 'origin/symboltable-compiled-comp-6' int… #221
check_format.yaml
on: push
cargo fmt
24s
Clippy lint and check
1m 7s
Annotations
3 errors and 3 warnings
cargo fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unused import: `std::ops::Deref`:
benches/clock_reduction_bench.rs#L5
error: unused import: `std::ops::Deref`
--> benches/clock_reduction_bench.rs:5:5
|
5 | use std::ops::Deref;
| ^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Clippy lint and check
Clippy has exited with exit code 101
|
cargo fmt:
src/model_objects/component.rs#L6
Diff in /home/runner/work/Reveaal/Reveaal/src/model_objects/component.rs
|
cargo fmt:
src/model_objects/component.rs#L12
Diff in /home/runner/work/Reveaal/Reveaal/src/model_objects/component.rs
|
cargo fmt:
src/model_objects/declarations.rs#L92
Diff in /home/runner/work/Reveaal/Reveaal/src/model_objects/declarations.rs
|