Skip to content

Commit

Permalink
lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Jul 11, 2023
1 parent 8f4ece5 commit a984fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rayon/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ where
}
}

impl<'a, K, V, S> DashMap<K, V, S>
impl<K, V, S> DashMap<K, V, S>
where
K: Send + Sync + Eq + Hash,
V: Send + Sync,
Expand Down

0 comments on commit a984fdc

Please sign in to comment.