clamp some parameters to valid values #365
GitHub Actions / desktop - with all features
succeeded
Feb 10, 2025 in 0s
desktop - 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
github-actions / desktop - 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
Loading