Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 3d5b8f9

Browse files
committed
Turn on backtrace with std feature. Refs #230
1 parent 65b5df3 commit 3d5b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ members = [".", "failure_derive"]
2323
[features]
2424
default = ["std", "derive"]
2525
#small-error = ["std"]
26-
std = []
26+
std = ["backtrace"]
2727
derive = ["failure_derive"]

0 commit comments

Comments
 (0)