Skip to content

Support more audio output formats #26

Support more audio output formats

Support more audio output formats #26

Triggered via push January 20, 2024 02:33
Status Success
Total duration 5m 45s
Artifacts
Matrix: run-clippy-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
unused `self` argument: core/src/audio/channel.rs#L343
warning: unused `self` argument --> core/src/audio/channel.rs:343:25 | 343 | fn keep_last_sample(&mut self) { | ^^^^^^^^^ | = help: consider refactoring to an associated function = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self note: the lint level is defined here --> core/src/lib.rs:11:9 | 11 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::unused_self)]` implied by `#[warn(clippy::pedantic)]`
unused `self` argument: core/src/audio/channel.rs#L343
warning: unused `self` argument --> core/src/audio/channel.rs:343:25 | 343 | fn keep_last_sample(&mut self) { | ^^^^^^^^^ | = help: consider refactoring to an associated function = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self note: the lint level is defined here --> core/src/lib.rs:11:9 | 11 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::unused_self)]` implied by `#[warn(clippy::pedantic)]`
Run Clippy and test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run Clippy and test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run Clippy and test (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/