Skip to content

Commit

Permalink
Update float.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Dec 24, 2024
1 parent 72defac commit 2a8aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ macro_rules! float_impl_std {
fn integer_decode(self) -> (u64, i16, i8) {
$decode(self)
}

forward! {
Self::is_nan(self) -> bool;
Self::is_infinite(self) -> bool;
Expand Down

0 comments on commit 2a8aef5

Please sign in to comment.