Restore en dashes

This commit is contained in:
KRAAI, MATTHEW [VISUS] 2019-08-19 12:38:33 -07:00
parent 204b2f3658
commit eaf8f08390

View file

@ -48,8 +48,8 @@ declare_clippy_lint! {
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.
///