Remove unnecessary dot in the 'unconditional recursion' lint description

This commit is contained in:
Stanislav Tkach 2024-03-25 17:10:26 +01:00
parent 95c62ffae9
commit e0b6f30397
No known key found for this signature in database
GPG Key ID: 5C12714F37319B1D

View File

@ -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