From eafc1ac916fc01e5043c79114ce6464affaf4f51 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Thu, 22 Aug 2019 07:20:54 +0300 Subject: [PATCH] Fix documentation for static max_level_xxx filters closes #348 --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4c4cedebc..e113e62bf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -195,9 +195,8 @@ //! # Compile time filters //! //! Log levels can be statically disabled at compile time via Cargo features. Log invocations at -//! disabled levels will be skipped and will not even be present in the resulting binary unless the -//! log level is specified dynamically. This level is configured separately for release and debug -//! builds. The features are: +//! disabled levels will be skipped and will not even be present in the resulting binary. +//! This level is configured separately for release and debug builds. The features are: //! //! * `max_level_off` //! * `max_level_error`