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