From 08ce1b4eed8c99fe20bb2f8cc61cd9b7257a2b14 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 14 Feb 2020 04:14:14 +0600 Subject: [PATCH] Fix the CI --- src/logging.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logging.rs b/src/logging.rs index 5da843ab..ccb4c7c1 100644 --- a/src/logging.rs +++ b/src/logging.rs @@ -4,7 +4,7 @@ /// your program. /// /// # Example -/// ``` +/// ```no_compile /// teloxide::enable_logging!(); /// ``` /// @@ -30,7 +30,7 @@ macro_rules! enable_logging { /// Allow printing all logs from your program up to [`LevelFilter::Debug`] (i.e. /// do not print traces): /// -/// ``` +/// ```no_compile /// teloxide::enable_logging_with_filter!(log::LevelFilter::Debug); /// ``` ///