Rustfmt
This commit is contained in:
parent
705c6ec2a4
commit
b25b6b3355
95 changed files with 3090 additions and 2022 deletions
|
@ -5,7 +5,8 @@ use utils::span_help_and_lint;
|
|||
|
||||
/// **What it does:** Checks for `0.0 / 0.0`.
|
||||
///
|
||||
/// **Why is this bad?** It's less readable than `std::f32::NAN` or `std::f64::NAN`.
|
||||
/// **Why is this bad?** It's less readable than `std::f32::NAN` or
|
||||
/// `std::f64::NAN`.
|
||||
///
|
||||
/// **Known problems:** None.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue