Skip to content

Commit

Permalink
Update cast.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpk2000 authored Apr 27, 2021
1 parent 0a639d7 commit a3e714d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ fn main() {
// nan as u8 is 0
println!("nan as u8 is {}", f32::NAN as u8);
// This behavior incurs a small runtime cost and can be avoided
// with unsafe methods, however the results might overflow and
// return **unsound values**. Use these methods wisely:
Expand Down

0 comments on commit a3e714d

Please sign in to comment.