We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c62ff commit e0b6f30Copy full SHA for e0b6f30
clippy_lints/src/unconditional_recursion.rs
@@ -23,7 +23,7 @@ declare_clippy_lint! {
23
/// implementations.
24
///
25
/// ### Why is this bad?
26
- /// This is a hard to find infinite recursion that will crash any code.
+ /// This is a hard to find infinite recursion that will crash any code
27
/// using it.
28
29
/// ### Example
0 commit comments