about summary refs log tree commit diff
path: root/library/panic_unwind/src/dummy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/panic_unwind/src/dummy.rs')
-rw-r--r--library/panic_unwind/src/dummy.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/panic_unwind/src/dummy.rs b/library/panic_unwind/src/dummy.rs
index 4667ede2baa..a4bcd216c60 100644
--- a/library/panic_unwind/src/dummy.rs
+++ b/library/panic_unwind/src/dummy.rs
@@ -1,6 +1,6 @@
-//! Unwinding for *wasm32* target.
+//! Unwinding for unsupported target.
 //!
-//! Right now we don't support this, so this is just stubs.
+//! Stubs that simply abort for targets that don't support unwinding otherwise.
 
 use alloc::boxed::Box;
 use core::any::Any;