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