fix release build

This commit is contained in:
Greg Johnston 2024-02-19 13:47:55 -05:00
parent be92bab3e5
commit 696bf14d13

View file

@ -49,7 +49,6 @@ impl<T: Send + Sync + 'static> Eq for ReadSignal<T> {}
impl<T: Send + Sync + 'static> Hash for ReadSignal<T> {
fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
self.defined_at.hash(state);
self.inner.hash(state);
}
}