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 0a639d7 commit a3e714dCopy full SHA for a3e714d
src/types/cast.md
@@ -73,7 +73,6 @@ fn main() {
73
// nan as u8 is 0
74
println!("nan as u8 is {}", f32::NAN as u8);
75
76
-
77
// This behavior incurs a small runtime cost and can be avoided
78
// with unsafe methods, however the results might overflow and
79
// return **unsound values**. Use these methods wisely:
0 commit comments