Finish docs of AudioBuffer #547
GitHub Actions / clippy
failed
Oct 22, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
Check failure on line 154 in host/examples/cpal/src/host/audio.rs
github-actions / clippy
the method `process` doesn't need a mutable reference
error: the method `process` doesn't need a mutable reference
--> host/examples/cpal/src/host/audio.rs:154:13
|
154 | &mut outs,
| ^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
= note: `-D clippy::unnecessary-mut-passed` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_mut_passed)]`
Loading