-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
Lines 102 to 106 in f02bf45
| } else if other.as_ref().is_nan() { | |
| false | |
| } else { | |
| self.as_ref() == other.as_ref() | |
| } |
Can this be replaced with self.as_ref() == other.as_ref()?
Metadata
Metadata
Assignees
Labels
No labels