We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d26c5c commit df9f5e4Copy full SHA for df9f5e4
clippy_utils/src/diagnostics.rs
@@ -72,7 +72,7 @@ pub fn span_lint<T: LintContext>(cx: &T, lint: &'static Lint, sp: impl Into<Mult
72
/// 6 | let other_f64_nan = 0.0f64 / 0.0;
73
/// | ^^^^^^^^^^^^
74
/// |
75
-/// = help: Consider using `f64::NAN` if you would like a constant representing NaN
+/// = help: consider using `f64::NAN` if you would like a constant representing NaN
76
/// ```
77
pub fn span_lint_and_help<'a, T: LintContext>(
78
cx: &'a T,
0 commit comments