Skip to content

Commit be27f68

Browse files
committed
Auto merge of rust-lang#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
2 parents 95c62ff + e0b6f30 commit be27f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unconditional_recursion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare_clippy_lint! {
2323
/// implementations.
2424
///
2525
/// ### Why is this bad?
26-
/// This is a hard to find infinite recursion that will crash any code.
26+
/// This is a hard to find infinite recursion that will crash any code
2727
/// using it.
2828
///
2929
/// ### Example

0 commit comments

Comments
 (0)