]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys/common/backtrace.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / libstd / sys / common / backtrace.rs
index e7bda9a7ba2db161426144cf0517f25cc32d38dc..3c84783d215eca8b696a178024945766bf09a29e 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![cfg_attr(target_os = "nacl", allow(dead_code))]
+
 use env;
 use io::prelude::*;
 use io;