Disable backtrace

This commit is contained in:
Jeremy Soller 2019-04-19 21:11:38 -06:00
parent 93185f3995
commit 24cf46a58c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -2,7 +2,8 @@
features = ["panic_unwind"]
[target.x86_64-unknown-redox.dependencies.std]
features = ["panic_unwind", "backtrace"]
features = ["panic_unwind"]
#features = ["panic_unwind", "backtrace"]
#[dependencies.test]
#stage = 1