remove deprecated and unused import

This commit is contained in:
Reinier Balt 2018-04-26 09:15:01 +02:00
parent 59cff3d4c5
commit e6fff8003f

View file

@ -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);