Skip to content

Commit

Permalink
Rollup merge of rust-lang#74397 - rhysd:patch-1, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in the latest release note
  • Loading branch information
Manishearth committed Jul 16, 2020
2 parents 658d5d0 + e28c0ea commit cabbca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cabbca7

Please sign in to comment.