Merge remote-tracking branch 'origin/main' into bench-symbol-6 #216
Annotations
3 errors
clippy --all-targets --all-features:
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 --all-targets --all-features:
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 --all-targets --all-features
Clippy has exited with exit code 101
|
The logs for this run have expired and are no longer available.
Loading