From 1adf77e12a8c5fca49e2bb52d777ccce18396e5f Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 12 Sep 2019 11:14:15 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Benjamin Saunders --- tracing-subscriber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index 9ef25486a1..f1d343fd54 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -25,7 +25,7 @@ env-filter = ["matchers", "regex", "lazy_static"] fmt = ["owning_ref", "parking_lot"] ansi = ["fmt", "ansi_term"] -# Alias for `env-filter`; renamed in version 0.1.2, and will be renamed in 0.2. +# Alias for `env-filter`; renamed in version 0.1.2, and will be removed in 0.2. filter = ["env-filter"] [dependencies]