We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transmute_from_int_to_float
1 parent 74ac35b commit 8994466Copy full SHA for 8994466
clippy_lints/src/transmute.rs
@@ -159,7 +159,8 @@ declare_clippy_lint! {
159
160
/// **What it does:** Checks for transmutes from an integer to a float.
161
///
162
-/// **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
163
+/// and safe.
164
165
/// **Known problems:** None.
166
0 commit comments