Fix a syntax error with the latest rust
This commit is contained in:
parent
f64b6b015b
commit
eecc4a4b75
|
@ -109,7 +109,7 @@ impl<'a> UncheckedAnyMutRefExt<'a> for &'a mut Any {
|
||||||
///
|
///
|
||||||
/// Values containing non-static references are not permitted.
|
/// Values containing non-static references are not permitted.
|
||||||
pub struct AnyMap {
|
pub struct AnyMap {
|
||||||
data: HashMap<TypeId, Box<Any>:'static, TypeIdHasher>,
|
data: HashMap<TypeId, Box<Any>, TypeIdHasher>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl AnyMap {
|
impl AnyMap {
|
||||||
|
|
Loading…
Reference in a new issue