Skip to content

Commit 2b9171c

Browse files
committed
spelling: verified
Signed-off-by: Josh Soref <[email protected]>
1 parent 945a440 commit 2b9171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ pub fn is_slice_of_primitives(cx: &LateContext<'_>, expr: &Expr<'_>) -> Option<S
22342234
}
22352235

22362236
/// returns list of all pairs (a, b) from `exprs` such that `eq(a, b)`
2237-
/// `hash` must be comformed with `eq`
2237+
/// `hash` must be verified with `eq`
22382238
pub fn search_same<T, Hash, Eq>(exprs: &[T], hash: Hash, eq: Eq) -> Vec<(&T, &T)>
22392239
where
22402240
Hash: Fn(&T) -> u64,

0 commit comments

Comments
 (0)