mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Restore en dashes
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
declare_clippy_lint! {
|
||||
/// **What it does:** Checks for comparisons to NaN.
|
||||
///
|
||||
/// **Why is this bad?** NaN does not compare meaningfully to anything not
|
||||
/// 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.
|
||||
///
|
||||
/// **Known problems:** None.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user