Skip to content

Commit 150a659

Browse files
committed
Auto merge of #7926 - lengyijun:patch-1, r=giraffate
lower_case in span_lint_and_help document changelog: none
2 parents 4d26c5c + df9f5e4 commit 150a659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn span_lint<T: LintContext>(cx: &T, lint: &'static Lint, sp: impl Into<Mult
7272
/// 6 | let other_f64_nan = 0.0f64 / 0.0;
7373
/// | ^^^^^^^^^^^^
7474
/// |
75-
/// = help: Consider using `f64::NAN` if you would like a constant representing NaN
75+
/// = help: consider using `f64::NAN` if you would like a constant representing NaN
7676
/// ```
7777
pub fn span_lint_and_help<'a, T: LintContext>(
7878
cx: &'a T,

0 commit comments

Comments
 (0)