Forráskód Böngészése

core: Remove an unneeded use warning

Thomas Bächler 7 éve
szülő
commit
a1a3a2e772
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      core/src/util/spotify_id.rs

+ 2 - 0
core/src/util/spotify_id.rs

@@ -2,6 +2,8 @@ use std;
 use std::fmt;
 use util::u128;
 use byteorder::{BigEndian, ByteOrder};
+// Unneeded since 1.21
+#[allow(unused_imports)]
 use std::ascii::AsciiExt;
 
 #[derive(Debug,Copy,Clone,PartialEq,Eq,Hash)]