diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-03-01 13:39:42 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-03-01 13:39:42 -0500 |
| commit | 5b40e9b733f0609ee007982529bbf3bbe56862c5 (patch) | |
| tree | 4fbf09cb07eeec107b166671eff4b52ec1e87662 | |
| parent | a217b19035e4f9e970733afba49eb4d1780fa741 (diff) | |
| parent | 60ee36a1b9d62fe144b0b655365c66ab4fe42e0b (diff) | |
| download | rust-5b40e9b733f0609ee007982529bbf3bbe56862c5.tar.gz rust-5b40e9b733f0609ee007982529bbf3bbe56862c5.zip | |
Rollup merge of #31978 - tsion:patch-1, r=Manishearth
Previously it was rendering like this: http://i.imgur.com/ODFPdFW.png
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 37a11580403..97edaa122ef 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -188,6 +188,7 @@ Compatibility Notes [`std::hash::BuildHasher`]: http://doc.rust-lang.org/nightly/std/hash/trait.BuildHasher.html [`u32::checked_neg`]: http://doc.rust-lang.org/nightly/std/primitive.u32.html#method.checked_neg [`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 |
