diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-04-04 19:52:55 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-04-04 19:52:55 +0200 |
| commit | 0ae4a048c6fa9c84d169e1bba8747661099b2111 (patch) | |
| tree | 38f22313a66bf2bba76bd4b98bb8d675d71e4e72 /clippy_lints/src/unconditional_recursion.rs | |
| parent | 53e31dc45cecb671c664dd13685cfa9dc832b336 (diff) | |
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-update
Diffstat (limited to 'clippy_lints/src/unconditional_recursion.rs')
| -rw-r--r-- | clippy_lints/src/unconditional_recursion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/unconditional_recursion.rs b/clippy_lints/src/unconditional_recursion.rs index 8764e3006c6..0c4e2c91aec 100644 --- a/clippy_lints/src/unconditional_recursion.rs +++ b/clippy_lints/src/unconditional_recursion.rs @@ -23,7 +23,7 @@ declare_clippy_lint! { /// implementations. /// /// ### Why is this bad? - /// 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 /// using it. /// /// ### Example |
