Skip to content

Commit 8664630

Browse files
authored
Remove obsolete rustc-serialize references (#614)
1 parent e151306 commit 8664630

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cfg-if = "1.0"
3131
rustc-demangle = "0.1.4"
3232

3333
# Optionally enable the ability to serialize a `Backtrace`, controlled through
34-
# the `serialize-*` features below.
34+
# the `serialize-serde` feature below.
3535
serde = { version = "1.0", optional = true, features = ['derive'] }
3636

3737
# Optionally demangle C++ frames' symbols in backtraces.
@@ -68,10 +68,6 @@ default = ["std"]
6868
# Include std support. This enables types like `Backtrace`.
6969
std = []
7070

71-
#=======================================
72-
# Methods of serialization
73-
#
74-
# Various features used for enabling rustc-serialize or syntex codegen.
7571
serialize-serde = ["serde"]
7672

7773
#=======================================

0 commit comments

Comments
 (0)