1
Fork 0
This commit is contained in:
memoryleak47 2018-04-05 13:04:00 +02:00
parent 4be5d360cd
commit 64ddb390ef
3 changed files with 3 additions and 3 deletions

View file

@ -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")]