mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Auto merge of #12557 - stanislav-tkach:unconditional-recursion-remove-dot, r=y21
Remove unnecessary dot in the 'unconditional recursion' lint description I don't think such changes should be reflected in the changelog. changelog: none
This commit is contained in:
commit
be27f68d26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue