Skip to content

Commit eaf8f08

Browse files
committed
Restore en dashes
1 parent 204b2f3 commit eaf8f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/misc.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ declare_clippy_lint! {
4848
declare_clippy_lint! {
4949
/// **What it does:** Checks for comparisons to NaN.
5050
///
51-
/// **Why is this bad?** NaN does not compare meaningfully to anything not
52-
/// even itself so those comparisons are simply wrong.
51+
/// **Why is this bad?** NaN does not compare meaningfully to anything not
52+
/// even itself so those comparisons are simply wrong.
5353
///
5454
/// **Known problems:** None.
5555
///

0 commit comments

Comments
 (0)