Skip to content

Commit e8b8f81

Browse files
committed
link the std release note
1 parent e080207 commit e8b8f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [num-integer now has its own source repository][num-356] at [rust-num/num-integer][home].
44
- [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
5+
- [There is now a `std` feature][5], enabled by default, along with the implication
66
that building *without* this feature makes this a `#[no_std]` crate.
77
- There is no difference in the API at this time.
88

@@ -11,6 +11,7 @@
1111
[home]: https://github.com/rust-num/num-integer
1212
[num-356]: https://github.com/rust-num/num/pull/356
1313
[1]: https://github.com/rust-num/num-integer/pull/1
14+
[5]: https://github.com/rust-num/num-integer/pull/5
1415

1516

1617
# Prior releases

0 commit comments

Comments
 (0)