This commit is contained in:
Andrea Fioraldi 2021-05-21 16:00:06 +02:00
parent c83210ad46
commit 35181ec95b

View File

@ -187,7 +187,7 @@ where
}
impl<'a, T, const N: usize> Observer for ConstMapObserver<'a, T, N> where
T: Default + Copy + 'static + serde::Serialize + serde::de::DeserializeOwned,
T: Default + Copy + 'static + serde::Serialize + serde::de::DeserializeOwned
{
}