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.
1 parent d1d941a commit bc65eebCopy full SHA for bc65eeb
examples/cast/cast.rs
@@ -1,3 +1,6 @@
1
+// Suppress all warnings from casts which overflow.
2
+#![allow(overflowing_literals)]
3
+
4
fn main() {
5
let decimal = 65.4321_f32;
6
0 commit comments