Skip to content

Commit 2a2a3ce

Browse files
committed
Re-word backtrace feature comment
1 parent 51a48bc commit 2a2a3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rust-version = "1.68"
1414
[features]
1515
default = ["std"]
1616
std = []
17-
# Compatibility with the old backtrace optional dependency; allow
18-
# specifying backtrace as a feature without breaking
17+
# THIS HAS NO EFFECT. This feature remains to preserve compatibility with the
18+
# old `backtrace` optional dependency that this crate used to have.
1919
backtrace = []
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)