typos
This commit is contained in:
parent
4be5d360cd
commit
64ddb390ef
3 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@ pub struct AssertUnwindSafe<T>(
|
|||
// * By default everything is unwind safe
|
||||
// * pointers T contains mutability of some form are not unwind safe
|
||||
// * Unique, an owning pointer, lifts an implementation
|
||||
// * Types like Mutex/RwLock which are explicilty poisoned are unwind safe
|
||||
// * Types like Mutex/RwLock which are explicitly poisoned are unwind safe
|
||||
// * Our custom AssertUnwindSafe wrapper is indeed unwind safe
|
||||
|
||||
#[stable(feature = "catch_unwind", since = "1.9.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue