Skip to content

iir rework

iir rework #1036

Triggered via pull request January 4, 2024 15:10
@jordensjordens
synchronize #832
Status Success
Total duration 11s
Artifacts

labeler.yml

on: pull_request_target
labeler
2s
labeler
Fit to window
Zoom out
Zoom in

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/