remove unneeded backtrace feature

This commit is contained in:
Ralf Jung 2018-11-26 08:37:31 +01:00
parent 82caed1a48
commit 58982d655a

View File

@ -160,7 +160,7 @@ fn setup(ask_user: bool) {
File::create(dir.join("Xargo.toml")).unwrap()
.write_all(br#"
[dependencies.std]
features = ["panic_unwind", "backtrace"]
features = ["panic_unwind"]
[dependencies.test]
stage = 1