Skip to content

Commit

Permalink
Format transmute_from_int_to_float docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Feb 18, 2019
1 parent 74ac35b commit 8994466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clippy_lints/src/transmute.rs
Expand Up @@ -159,7 +159,8 @@ declare_clippy_lint! {

/// **What it does:** Checks for transmutes from an integer to a float.
///
/// **Why is this bad?** Transmutes are dangerous and error-prone, whereas `from_bits` is intuitive and safe.
/// **Why is this bad?** Transmutes are dangerous and error-prone, whereas `from_bits` is intuitive
/// and safe.
///
/// **Known problems:** None.
///
Expand Down

0 comments on commit 8994466

Please sign in to comment.