lerp between previous and current parameter values #334
GitHub Actions / desktop - no features
succeeded
Dec 21, 2024 in 1s
desktop - no features
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.83.0 (90b35a623 2024-11-26)
- cargo 1.83.0 (5ffbef321 2024-10-29)
- clippy 0.1.83 (90b35a6 2024-11-26)
Annotations
Check warning on line 30 in crates/kira/src/playback_state_manager.rs
github-actions / desktop - no features
method `fade_volume` is never used
warning: method `fade_volume` is never used
--> crates/kira/src/playback_state_manager.rs:30:9
|
13 | impl PlaybackStateManager {
| ------------------------- method in this implementation
...
30 | pub fn fade_volume(&self) -> Decibels {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Loading