Skip to content

Commit ea2f087

Browse files
y21hamirmahal
andauthored
Fix typo
Co-authored-by: Hamir Mahal <[email protected]>
1 parent f312411 commit ea2f087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unconditional_recursion.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// implementations.
2525
///
2626
/// ### Why is this bad?
27-
/// This is a hard to find infinite recursion which will crash any code
27+
/// This is a hard to find infinite recursion that will crash any code.
2828
/// using it.
2929
///
3030
/// ### Example

0 commit comments

Comments
 (0)