iir rework #1036
Annotations
1 error and 1 warning
this expression creates a reference which is immediately dereferenced by the compiler:
src/bin/dual-iir.rs#L354
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/bin/dual-iir.rs:354:59
|
354 | ... if use_hold { &hold } else { ch };
| ^^^^^ help: change this to: `hold`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
note: the lint level is defined here
--> src/bin/dual-iir.rs:28:9
|
28 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(warnings)]`
|
labeler
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/labeler@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|