We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e151306 commit 8664630Copy full SHA for 8664630
Cargo.toml
@@ -31,7 +31,7 @@ cfg-if = "1.0"
31
rustc-demangle = "0.1.4"
32
33
# Optionally enable the ability to serialize a `Backtrace`, controlled through
34
-# the `serialize-*` features below.
+# the `serialize-serde` feature below.
35
serde = { version = "1.0", optional = true, features = ['derive'] }
36
37
# Optionally demangle C++ frames' symbols in backtraces.
@@ -68,10 +68,6 @@ default = ["std"]
68
# Include std support. This enables types like `Backtrace`.
69
std = []
70
71
-#=======================================
72
-# Methods of serialization
73
-#
74
-# Various features used for enabling rustc-serialize or syntex codegen.
75
serialize-serde = ["serde"]
76
77
#=======================================
0 commit comments