File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Stabilized APIs
5656- [ ` fmt::Alignment ` ]
5757- [ ` hash_map::Entry::or_default ` ]
5858- [ ` iter::repeat_with ` ]
59+ - [ ` num::NonZeroUsize ` ]
5960- [ ` num::NonZeroU128 ` ]
6061- [ ` num::NonZeroU16 ` ]
6162- [ ` num::NonZeroU32 ` ]
@@ -125,6 +126,7 @@ Compatibility Notes
125126[ `fmt::Alignment` ] : https://doc.rust-lang.org/std/fmt/enum.Alignment.html
126127[ `hash_map::Entry::or_default` ] : https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
127128[ `iter::repeat_with` ] : https://doc.rust-lang.org/std/iter/fn.repeat_with.html
129+ [ `num::NonZeroUsize` ] : https://doc.rust-lang.org/std/num/struct.NonZeroUsize.html
128130[ `num::NonZeroU128` ] : https://doc.rust-lang.org/std/num/struct.NonZeroU128.html
129131[ `num::NonZeroU16` ] : https://doc.rust-lang.org/std/num/struct.NonZeroU16.html
130132[ `num::NonZeroU32` ] : https://doc.rust-lang.org/std/num/struct.NonZeroU32.html
You can’t perform that action at this time.
0 commit comments