Chris Morgan
›
Git
›
anymap
› blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commit
grep
author
committer
pickaxe
?
search:
re
Add a local testing script
[anymap]
/
src
/
raw.rs
diff --git
a/src/raw.rs
b/src/raw.rs
index 73c20e21119906cb9578f3c5d798152eb9cd4a47..5720086660475c7e687ae14da15ef1e722544866 100644
(file)
--- a/
src/raw.rs
+++ b/
src/raw.rs
@@
-2,7
+2,7
@@
//!
//! All relevant details are in the `RawMap` struct.
//!
//! 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;
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 std::mem;
use std::ops::{Index, IndexMut};
-use any::
{Any, UncheckedAnyExt}
;
+use any::
UncheckedAnyExt
;
#[derive(Default)]
struct TypeIdHasher {
#[derive(Default)]
struct TypeIdHasher {