Fix typo in the latest release note
This commit is contained in:
parent
125c58caeb
commit
e28c0ea2be
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Libraries
|
||||||
// Prints "abcdefghijklmnopqrstuvwxyz"
|
// Prints "abcdefghijklmnopqrstuvwxyz"
|
||||||
```
|
```
|
||||||
- [`OsString` now implements `FromStr`.][71662]
|
- [`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
|
types, and the `saturating_abs` method has been added for all integer
|
||||||
primitive types.][71886]
|
primitive types.][71886]
|
||||||
- [`Arc<T>`, `Rc<T>` now implement `From<Cow<'_, T>>`, and `Box` now
|
- [`Arc<T>`, `Rc<T>` now implement `From<Cow<'_, T>>`, and `Box` now
|
||||||
|
|
Loading…
Add table
Reference in a new issue