Merge remote-tracking branch 'origin/main' into bench-symbol-6 #216
check_format.yaml
on: push
cargo fmt
31s
Clippy lint and check
1m 7s
Annotations
4 errors and 2 warnings
cargo fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unused variable: `err`:
src/data_reader/component_loader.rs#L301
error: unused variable: `err`
--> src/data_reader/component_loader.rs:301:21
|
301 | Err(err) => {
| ^^^ help: if this is intentional, prefix it with an underscore: `_err`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused variable: `err`:
src/data_reader/component_loader.rs#L301
error: unused variable: `err`
--> src/data_reader/component_loader.rs:301:21
|
301 | Err(err) => {
| ^^^ help: if this is intentional, prefix it with an underscore: `_err`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
Clippy lint and check
Clippy has exited with exit code 101
|
cargo fmt:
src/system/executable_query.rs#L1
Diff in /home/runner/work/Reveaal/Reveaal/src/system/executable_query.rs
|
cargo fmt:
src/system/executable_query.rs#L7
Diff in /home/runner/work/Reveaal/Reveaal/src/system/executable_query.rs
|