We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a75a4 commit 54a3583Copy full SHA for 54a3583
src/libstd/panic.rs
@@ -79,7 +79,7 @@ pub use core::panic::{PanicInfo, Location};
79
///
80
/// Simply put, a type `T` implements `UnwindSafe` if it cannot easily allow
81
/// witnessing a broken invariant through the use of `catch_unwind` (catching a
82
-/// panic). This trait is a marker trait, so it is automatically implemented for
+/// panic). This trait is an auto trait, so it is automatically implemented for
83
/// many types, and it is also structurally composed (e.g. a struct is unwind
84
/// safe if all of its components are unwind safe).
85
0 commit comments