Skip to content

clamp some parameters to valid values

Sign in for the full log view
GitHub Actions / wasm32 - with all features succeeded Feb 10, 2025 in 0s

wasm32 - with all features

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.84.1 (e71f9a9a9 2025-01-27)
  • cargo 1.84.1 (66221abde 2024-11-19)
  • clippy 0.1.84 (e71f9a9a98 2025-01-27)

Annotations

Check warning on line 49 in crates/kira/src/command.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

use of deprecated method `triple_buffer::Output::<T>::output_buffer`: Please use output_buffer_mut() instead

warning: use of deprecated method `triple_buffer::Output::<T>::output_buffer`: Please use output_buffer_mut() instead
  --> crates/kira/src/command.rs:49:12
   |
49 |             *self.0.output_buffer()
   |                     ^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default