mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
core: Remove an unneeded use warning
This commit is contained in:
parent
b6a38780df
commit
a1a3a2e772
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ use std;
|
|||
use std::fmt;
|
||||
use util::u128;
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
// Unneeded since 1.21
|
||||
#[allow(unused_imports)]
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
#[derive(Debug,Copy,Clone,PartialEq,Eq,Hash)]
|
||||
|
|
Loading…
Reference in a new issue