mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Fix redundant import checking on beta toolchain
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
2cd2346edb
commit
63e2490821
20 changed files with 8 additions and 31 deletions
|
@ -1,7 +1,4 @@
|
|||
use std::{
|
||||
convert::TryFrom,
|
||||
ops::{Deref, DerefMut},
|
||||
};
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use protobuf::Message;
|
||||
use thiserror::Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue