Skip to content

Commit

Permalink
remove unneeded backtrace feature
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 26, 2018
1 parent 9105b44 commit 45d4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo-miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45d4ea6

Please sign in to comment.