Skip to content

send tracks

send tracks #327

Triggered via push December 15, 2024 09:21
Status Failure
Total duration 21s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
the trait bound `backend::mock::MockBackend: backend::Backend` is not satisfied: crates/kira/src/manager.rs#L23
error[E0277]: the trait bound `backend::mock::MockBackend: backend::Backend` is not satisfied --> crates/kira/src/manager.rs:23:28 | 23 | pub struct AudioManager<B: Backend = DefaultBackend> { | ^^^^^^^ the trait `backend::Backend` is not implemented for `backend::mock::MockBackend` | help: this trait has no implementations, consider adding one --> crates/kira/src/backend.rs:23:1 | 23 | pub trait Backend: Sized { | ^^^^^^^^^^^^^^^^^^^^^^^^
clippy
Clippy had exited with the 101 exit code
unused import: `Info`: crates/kira/src/playback_state_manager.rs#L2
warning: unused import: `Info` --> crates/kira/src/playback_state_manager.rs:2:9 | 2 | info::{Info, SingleFrameInfo}, | ^^^^ | = note: `#[warn(unused_imports)]` on by default
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636