mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +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
@ -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…
Reference in New Issue
Block a user