Jelajahi Sumber

remove deprecated and unused import

Reinier Balt 7 tahun lalu
induk
melakukan
e6fff8003f
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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);