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

Fix redundant import checking on beta toolchain

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-03-31 16:33:28 +00:00
parent 2cd2346edb
commit 63e2490821
No known key found for this signature in database
20 changed files with 8 additions and 31 deletions

View file

@ -1,8 +1,4 @@
use std::{
convert::{TryFrom, TryInto},
fmt,
ops::Deref,
};
use std::{fmt, ops::Deref};
use thiserror::Error;