Skip to content

Commit 8994466

Browse files
authored
Format transmute_from_int_to_float docs
1 parent 74ac35b commit 8994466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_lints/src/transmute.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ declare_clippy_lint! {
159159

160160
/// **What it does:** Checks for transmutes from an integer to a float.
161161
///
162-
/// **Why is this bad?** Transmutes are dangerous and error-prone, whereas `from_bits` is intuitive and safe.
162+
/// **Why is this bad?** Transmutes are dangerous and error-prone, whereas `from_bits` is intuitive
163+
/// and safe.
163164
///
164165
/// **Known problems:** None.
165166
///

0 commit comments

Comments
 (0)