X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/34028c35e70de959ec61758db88dfc84f75764cf..8ebb2d7e04d86d09614f578342e4765276372e7b:/src/raw.rs diff --git a/src/raw.rs b/src/raw.rs index 17c3869..07dccf8 100644 --- a/src/raw.rs +++ b/src/raw.rs @@ -70,13 +70,6 @@ impl Clone for RawMap where Box: Clone { } } -impl Default for RawMap { - #[inline] - fn default() -> RawMap { - RawMap::new() - } -} - impl_common_methods! { field: RawMap.inner; new() => HashMap::with_hasher(Default::default());