small fix in RELEASES
this grammar isn't correct
This commit is contained in:
parent
76ba3f0dd9
commit
d7b93216cd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Libraries
|
||||||
are used by code generators to emit implementations of [`Debug`].
|
are used by code generators to emit implementations of [`Debug`].
|
||||||
* `str` has new [`to_uppercase`][strup] and [`to_lowercase`][strlow]
|
* `str` has new [`to_uppercase`][strup] and [`to_lowercase`][strlow]
|
||||||
methods that convert case, following Unicode case mapping.
|
methods that convert case, following Unicode case mapping.
|
||||||
* It is now easier to handle to poisoned locks. The [`PoisonError`]
|
* It is now easier to handle poisoned locks. The [`PoisonError`]
|
||||||
type, returned by failing lock operations, exposes `into_inner`,
|
type, returned by failing lock operations, exposes `into_inner`,
|
||||||
`get_ref`, and `get_mut`, which all give access to the inner lock
|
`get_ref`, and `get_mut`, which all give access to the inner lock
|
||||||
guard, and allow the poisoned lock to continue to operate. The
|
guard, and allow the poisoned lock to continue to operate. The
|
||||||
|
|
Loading…
Add table
Reference in a new issue