Commit e8fe06a
committed
Version 2.0
Change log:
* The minimum supported Rust toolchain version has increased from 1.28 to 1.34.
* `NotNan<T>` now implements `TryFrom<T>` instead of `From<T>`.
* `NotNan::unchecked_new` is now a `const fn`.
* `NotNan<T>` and `OrderedFloat<T>` now implement `PartialEq<T>`.
* The deprecated `NotNaN` type alias has been removed.1 parent 21c7f22 commit e8fe06a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments