]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_unwind/dummy.rs
Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
[rust.git] / src / libpanic_unwind / dummy.rs
index b052f76e2a3a8eadd4a1697e7b1ecbfca27203d4..3a00d6376658c1a64751ddd349181ff7325ab23c 100644 (file)
@@ -1,6 +1,6 @@
-//! Unwinding for wasm32
+//! Unwinding for *wasm32* target.
 //!
-//! Right now we don't support this, so this is just stubs
+//! Right now we don't support this, so this is just stubs.
 
 use alloc::boxed::Box;
 use core::any::Any;