Skip to content

Commit

Permalink
Fix lookup_map compile error (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
  • Loading branch information
antiguru authored Nov 28, 2023
1 parent 165d215 commit 2c0cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogsdogsdogs/src/operators/lookup_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where
G: Scope,
G::Timestamp: Lattice,
Tr: TraceReader<Time=G::Timestamp>+Clone+'static,
Tr::Key: Ord+Hashable,
Tr::Key: Ord+Hashable+Sized,
Tr::Val: Clone,
Tr::R: Monoid+ExchangeData,
F: FnMut(&D, &mut Tr::Key)+Clone+'static,
Expand Down

0 comments on commit 2c0cf0b

Please sign in to comment.