Skip to content

Commit bec8204

Browse files
committed
Reword PR 162
1 parent 4d3adef commit bec8204

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ anyhow = "1.0"
7575
}
7676
```
7777

78-
- If using the stable channel with enabled "backtrace" feature or the nightly
79-
channel, a backtrace is captured and printed with the error if the underlying
80-
error type does not already provide its own. In order to see backtraces, they
81-
must be enabled through the environment variables described in
82-
[`std::backtrace`]:
78+
- If using the nightly channel, or stable with `features = ["backtrace"]`, a
79+
a backtrace is captured and printed with the error if the underlying error
80+
type does not already provide its own. In order to see backtraces, they must
81+
be enabled through the environment variables described in [`std::backtrace`]:
8382

8483
- If you want panics and errors to both have backtraces, set
8584
`RUST_BACKTRACE=1`;

0 commit comments

Comments
 (0)