Skip to content

Commit

Permalink
Revert "Remove Hash bound for Keyed T (#148)"
Browse files Browse the repository at this point in the history
This reverts commit f22045f.
  • Loading branch information
lukechu10 committed Jul 9, 2021
1 parent 58579d5 commit dc86602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sycamore/src/flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ where
F: Fn(T) -> Template<G>,
K: Fn(&T) -> Key,
Key: Clone + Hash + Eq,
T: Clone + Eq,
T: Clone + Eq + Hash,
{
let KeyedProps {
iterable,
Expand Down

0 comments on commit dc86602

Please sign in to comment.