]> git.lizzy.rs Git - rust.git/commitdiff
Add link for `checked_neg` in 1.7 release notes.
authorScott Olson <scott@solson.me>
Mon, 29 Feb 2016 22:36:36 +0000 (16:36 -0600)
committerScott Olson <scott@solson.me>
Mon, 29 Feb 2016 22:36:36 +0000 (16:36 -0600)
RELEASES.md

index d279378a2dd45292e88a61d4d56b07f806260197..0178f3e3bc525a1cd46faad0b2a346943062c51b 100644 (file)
@@ -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