Skip to content

Commit 4053e23

Browse files
authored
Merge branch 'master' into master
2 parents 2edd1c8 + 9cb4c0a commit 4053e23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

color-eyre/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ color-eyre = { version = "0.6", default-features = false }
5757
color-eyre defaults to capturing span traces. This is because `SpanTrace`
5858
capture is significantly cheaper than `Backtrace` capture. However, like
5959
backtraces, span traces are most useful for debugging applications, and it's
60-
not uncommon to want to disable span trace capture by default to keep noise out
61-
developer.
60+
not uncommon to want to disable span trace capture by default to keep noise out.
6261

6362
To disable span trace capture you must explicitly set one of the env variables
6463
that regulate `SpanTrace` capture to `"0"`:

0 commit comments

Comments
 (0)