X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/0850f5ec36b14904ae452ffdfa0a2ae0ba05c854..521fbfe6bcbf60e7abc8d8ab33bf73349fc4b38d:/src/raw.rs diff --git a/src/raw.rs b/src/raw.rs index 07dccf8..aa3d6dc 100644 --- a/src/raw.rs +++ b/src/raw.rs @@ -56,7 +56,7 @@ fn type_id_hasher() { /// contents of an `Map`. However, because you will then be dealing with `Any` trait objects, it /// doesn’t tend to be so very useful. Still, if you need it, it’s here. #[derive(Debug)] -pub struct RawMap { +pub struct RawMap { inner: HashMap, BuildHasherDefault>, }