1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Merge pull request #1270 from yubiuser/fix/clippy

Fix clippy warnings
This commit is contained in:
Roderick van Domburg 2024-05-11 12:34:05 +02:00 committed by GitHub
commit a5964c28fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 10 additions and 38 deletions

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::TryFrom,
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,4 +1,3 @@
use std::convert::TryFrom;
use std::fmt::Debug;
use protobuf::Message;

View file

@ -1,6 +1,5 @@
use std::{
collections::HashMap,
convert::TryFrom,
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,4 +1,4 @@
use std::{convert::TryFrom, fmt::Debug};
use std::fmt::Debug;
use super::operation::PlaylistOperations;

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::TryFrom,
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,5 +1,4 @@
use std::{
convert::TryFrom,
fmt::Debug,
ops::{Deref, DerefMut},
};

View file

@ -1,7 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
};
use std::fmt::Debug;
use crate::{
availability::Availabilities, copyright::Copyrights, episode::Episodes, image::Images,

View file

@ -1,5 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt::Debug,
ops::{Deref, DerefMut},
};