]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_unwind/dummy.rs
Rollup merge of #58440 - gnzlbg:v6, r=japaric
[rust.git] / src / libpanic_unwind / dummy.rs
index 7150560b4a13d809d29a0e4d0ab3cc2d3e9ad640..3a00d6376658c1a64751ddd349181ff7325ab23c 100644 (file)
@@ -1,16 +1,6 @@
-// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
-//! 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;