From 60ee36a1b9d62fe144b0b655365c66ab4fe42e0b Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Mon, 29 Feb 2016 16:36:36 -0600 Subject: [PATCH] Add link for `checked_neg` in 1.7 release notes. --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index d279378a2dd..0178f3e3bc5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -183,6 +183,7 @@ Compatibility Notes [`i32::saturating_mul`]: http://doc.rust-lang.org/nightly/std/primitive.i32.html#method.saturating_mul [`path::StripPrefixError`]: http://doc.rust-lang.org/nightly/std/path/struct.StripPrefixError.html [`u32::checked_rem`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.checked_rem +[`u32::checked_neg`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.checked_neg [`u32::checked_shl`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.checked_shl [`u32::overflowing_add`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.overflowing_add [`u32::overflowing_div`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.overflowing_div