Skip to content

Commit

Permalink
chore: remove unneeded generic type bound
Browse files Browse the repository at this point in the history
  • Loading branch information
LechintanTudor committed Sep 7, 2024
1 parent 8ba6bda commit 28f54d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query/par_iter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ where
G: Query,
I: Query,
E: Query,
G::Item<'a>: Send,
{
type Item = G::Item<'a>;

Expand Down

0 comments on commit 28f54d9

Please sign in to comment.