Sfoglia il codice sorgente

remove deprecated and unused import

Reinier Balt 7 anni fa
parent
commit
e6fff8003f
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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);