This commit is contained in:
Dominik Maier 2020-12-11 11:23:15 +01:00
parent ca39bd97b4
commit 2641cd0f79

View File

@ -12,7 +12,6 @@ pub struct MetaMap {
} }
impl MetaMap { impl MetaMap {
#[inline] #[inline]
pub fn get<T>(&self) -> Option<&T> pub fn get<T>(&self) -> Option<&T>
where where
@ -132,7 +131,6 @@ pub struct MetaInstanceMap {
} }
impl MetaInstanceMap { impl MetaInstanceMap {
#[inline] #[inline]
pub fn get<T, U>(&self, instance: &U) -> Option<&T> pub fn get<T, U>(&self, instance: &U) -> Option<&T>
where where