mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
remove deprecated and unused import
This commit is contained in:
parent
59cff3d4c5
commit
e6fff8003f
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@ use byteorder::{BigEndian, ByteOrder};
|
|||
use extprim::u128::u128;
|
||||
use std;
|
||||
use std::fmt;
|
||||
// Unneeded since 1.21
|
||||
#[allow(unused_imports)]
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct SpotifyId(u128);
|
||||
|
|
Loading…
Reference in a new issue