mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Fix clippy warnings
This commit is contained in:
parent
1540636ccc
commit
b016b69772
5 changed files with 8 additions and 8 deletions
|
@ -59,7 +59,7 @@ fn list_outputs() -> io::Result<()> {
|
|||
println!("Listing available Alsa outputs:");
|
||||
for t in &["pcm", "ctl", "hwdep"] {
|
||||
println!("{} devices:", t);
|
||||
let i = match HintIter::new_str(None, &t) {
|
||||
let i = match HintIter::new_str(None, t) {
|
||||
Ok(i) => i,
|
||||
Err(e) => {
|
||||
return Err(io::Error::new(io::ErrorKind::Other, e));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue