diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-16 11:19:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 11:19:02 -0700 |
| commit | 043914ff68d822393c865db12dd062722e066edb (patch) | |
| tree | 1f7b787de3ddfbfd066bc01d9f6433b3000eb4f5 | |
| parent | c354524254ca0d4e84b29a2d515a355c061cd220 (diff) | |
| parent | e28c0ea2be3407279ffb1768aa747e9ba8a4fbb6 (diff) | |
| download | rust-043914ff68d822393c865db12dd062722e066edb.tar.gz rust-043914ff68d822393c865db12dd062722e066edb.zip | |
Rollup merge of #74397 - rhysd:patch-1, r=jonas-schievink
Fix typo in the latest release note
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7bac14cb415..f36cdee0975 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -47,7 +47,7 @@ Libraries // Prints "abcdefghijklmnopqrstuvwxyz" ``` - [`OsString` now implements `FromStr`.][71662] -- [The `saturating_neg` method as been added to all signed integer primitive +- [The `saturating_neg` method has been added to all signed integer primitive types, and the `saturating_abs` method has been added for all integer primitive types.][71886] - [`Arc<T>`, `Rc<T>` now implement `From<Cow<'_, T>>`, and `Box` now |
