Remove a useless allowed attr

This commit is contained in:
Lzu Tao
2020-09-04 02:42:50 +00:00
parent af3c6e733a
commit a3ee65f87e
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
#![stable(feature = "raw_os", since = "1.1.0")]
#[cfg(test)]
#[allow(unused_imports)]
mod tests;
#[doc(include = "char.md")]

View File

@@ -1,5 +1,4 @@
use crate::any::TypeId;
use crate::mem;
macro_rules! ok {
($($t:ident)*) => {$(