diff options
| author | bors <bors@rust-lang.org> | 2015-10-29 03:20:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-29 03:20:13 +0000 |
| commit | e8e6892e3cda5e3dc8408755d7a532ff74df869d (patch) | |
| tree | 8eb1a4451545a0d40e4affe0eda8f4c75e319da2 /src/libstd/sys/common | |
| parent | b4af35f7b1dc30468a043dabd689365f4e518bda (diff) | |
| parent | a7d93c939a9cedbc239b3ce647fb8a22125a4d22 (diff) | |
| download | rust-e8e6892e3cda5e3dc8408755d7a532ff74df869d.tar.gz rust-e8e6892e3cda5e3dc8408755d7a532ff74df869d.zip | |
Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton
Diffstat (limited to 'src/libstd/sys/common')
| -rw-r--r-- | src/libstd/sys/common/backtrace.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sys/common/backtrace.rs b/src/libstd/sys/common/backtrace.rs index e7bda9a7ba2..3c84783d215 100644 --- a/src/libstd/sys/common/backtrace.rs +++ b/src/libstd/sys/common/backtrace.rs @@ -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; |
