Skip to content

make the benchmarks less artifically noisy #332

make the benchmarks less artifically noisy

make the benchmarks less artifically noisy #332

Triggered via push December 16, 2024 07:52
Status Failure
Total duration 1m 1s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
method `setup` has 1 parameter but the declaration in trait `manager::backend::Backend::setup` has 2: crates/kira/src/manager/backend/cpal/wasm.rs#L32
error[E0050]: method `setup` has 1 parameter but the declaration in trait `manager::backend::Backend::setup` has 2 --> crates/kira/src/manager/backend/cpal/wasm.rs:32:21 | 32 | fn setup(settings: Self::Settings) -> Result<(Self, u32), Self::Error> { | ^^^^^^^^^^^^^^ expected 2 parameters, found 1 | ::: crates/kira/src/manager/backend.rs:34:13 | 34 | settings: Self::Settings, | ___________________- 35 | | internal_buffer_size: usize, | |___________________________________- trait requires 2 parameters
clippy
Clippy had exited with the 101 exit code
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636