mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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 std::fmt;
|
||||||
use util::u128;
|
use util::u128;
|
||||||
use byteorder::{BigEndian, ByteOrder};
|
use byteorder::{BigEndian, ByteOrder};
|
||||||
|
// Unneeded since 1.21
|
||||||
|
#[allow(unused_imports)]
|
||||||
use std::ascii::AsciiExt;
|
use std::ascii::AsciiExt;
|
||||||
|
|
||||||
#[derive(Debug,Copy,Clone,PartialEq,Eq,Hash)]
|
#[derive(Debug,Copy,Clone,PartialEq,Eq,Hash)]
|
||||||
|
|
Loading…
Reference in a new issue