浏览代码

remove deprecated and unused import

Reinier Balt 7 年之前
父节点
当前提交
e6fff8003f
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/src/spotify_id.rs

+ 0 - 3
core/src/spotify_id.rs

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