소스 검색

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