We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f312411 commit ea2f087Copy full SHA for ea2f087
clippy_lints/src/unconditional_recursion.rs
@@ -24,7 +24,7 @@ declare_clippy_lint! {
24
/// implementations.
25
///
26
/// ### Why is this bad?
27
- /// This is a hard to find infinite recursion which will crash any code
+ /// This is a hard to find infinite recursion that will crash any code.
28
/// using it.
29
30
/// ### Example
0 commit comments