Skip to content

Commit 5ed7bda

Browse files
committed
fix warning from unused import
1 parent 1b3c757 commit 5ed7bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod container;
6262
use container::{TypeHolder, TypeHolderSend};
6363

6464
use std::any::TypeId;
65-
use std::any::{type_name, Any};
65+
use std::any::Any;
6666
use std::borrow::Borrow;
6767
use std::convert::AsRef;
6868
use std::fmt::{Debug, Display, Pointer};

0 commit comments

Comments
 (0)