remove unneeded backtrace feature
This commit is contained in:
parent
82caed1a48
commit
58982d655a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue