We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204b2f3 commit eaf8f08Copy full SHA for eaf8f08
clippy_lints/src/misc.rs
@@ -48,8 +48,8 @@ declare_clippy_lint! {
48
declare_clippy_lint! {
49
/// **What it does:** Checks for comparisons to NaN.
50
///
51
- /// **Why is this bad?** NaN does not compare meaningfully to anything not
52
- /// even itself so those comparisons are simply wrong.
+ /// **Why is this bad?** NaN does not compare meaningfully to anything – not
+ /// even itself – so those comparisons are simply wrong.
53
54
/// **Known problems:** None.
55
0 commit comments