We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d997a8 commit 879358aCopy full SHA for 879358a
RELEASES.md
@@ -79,7 +79,7 @@ Libraries
79
are used by code generators to emit implementations of [`Debug`].
80
* `str` has new [`to_uppercase`][strup] and [`to_lowercase`][strlow]
81
methods that convert case, following Unicode case mapping.
82
-* It is now easier to handle to poisoned locks. The [`PoisonError`]
+* It is now easier to handle poisoned locks. The [`PoisonError`]
83
type, returned by failing lock operations, exposes `into_inner`,
84
`get_ref`, and `get_mut`, which all give access to the inner lock
85
guard, and allow the poisoned lock to continue to operate. The
0 commit comments