We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e080207 commit e8b8f81Copy full SHA for e8b8f81
RELEASES.md
@@ -2,7 +2,7 @@
2
3
- [num-integer now has its own source repository][num-356] at [rust-num/num-integer][home].
4
- [Corrected the argument order documented in `Integer::is_multiple_of`][1]
5
-- There is now a `std` feature, enabled by default, along with the implication
+- [There is now a `std` feature][5], enabled by default, along with the implication
6
that building *without* this feature makes this a `#[no_std]` crate.
7
- There is no difference in the API at this time.
8
@@ -11,6 +11,7 @@
11
[home]: https://github.com/rust-num/num-integer
12
[num-356]: https://github.com/rust-num/num/pull/356
13
[1]: https://github.com/rust-num/num-integer/pull/1
14
+[5]: https://github.com/rust-num/num-integer/pull/5
15
16
17
# Prior releases
0 commit comments