X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/8f041216babc57cbd1b89e169aaf66163822e4b2..0d9f2cfe4629fd5d38de9a0a82cf04139c4740ed:/src/raw.rs?ds=sidebyside diff --git a/src/raw.rs b/src/raw.rs index 73c20e2..5720086 100644 --- a/src/raw.rs +++ b/src/raw.rs @@ -2,7 +2,7 @@ //! //! All relevant details are in the `RawMap` struct. -use std::any::TypeId; +use std::any::{Any, TypeId}; use std::borrow::Borrow; use std::collections::hash_map::{self, HashMap}; use std::convert::TryInto; @@ -12,7 +12,7 @@ use std::hash::{Hasher, BuildHasherDefault}; use std::mem; use std::ops::{Index, IndexMut}; -use any::{Any, UncheckedAnyExt}; +use any::UncheckedAnyExt; #[derive(Default)] struct TypeIdHasher {