fmt
This commit is contained in:
parent
ca39bd97b4
commit
2641cd0f79
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user