From 9cb4c0af3bad31362eeb2c801b9fff082bec8886 Mon Sep 17 00:00:00 2001 From: Jackson <67214151+jacks0n9@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:34:00 -0700 Subject: [PATCH] Remove random word from color-eyre readme (#191) The word "developer" appears at the end of a sentence and it doesn't make sense at all in that context. Maybe you meant to say "while developing" but i just removed it entirely. --- color-eyre/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/color-eyre/README.md b/color-eyre/README.md index ee4a4f1..e3c50a8 100644 --- a/color-eyre/README.md +++ b/color-eyre/README.md @@ -57,8 +57,7 @@ color-eyre = { version = "0.6", default-features = false } color-eyre defaults to capturing span traces. This is because `SpanTrace` capture is significantly cheaper than `Backtrace` capture. However, like backtraces, span traces are most useful for debugging applications, and it's -not uncommon to want to disable span trace capture by default to keep noise out -developer. +not uncommon to want to disable span trace capture by default to keep noise out. To disable span trace capture you must explicitly set one of the env variables that regulate `SpanTrace` capture to `"0"`: