1
Fork 0

Remove nacl from libstd

This commit is contained in:
est31 2017-10-05 05:01:41 +02:00
parent b8fad2d219
commit aad1c998c7
10 changed files with 4 additions and 232 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![cfg_attr(target_os = "nacl", allow(dead_code))]
/// Common code for printing the backtrace in the same way across the different
/// supported platforms.