Skip to content

Commit a3e714d

Browse files
authored
Update cast.md
1 parent 0a639d7 commit a3e714d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/cast.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ fn main() {
7373
// nan as u8 is 0
7474
println!("nan as u8 is {}", f32::NAN as u8);
7575
76-
7776
// This behavior incurs a small runtime cost and can be avoided
7877
// with unsafe methods, however the results might overflow and
7978
// return **unsound values**. Use these methods wisely:

0 commit comments

Comments
 (0)