mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix release build
This commit is contained in:
parent
be92bab3e5
commit
696bf14d13
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue