Fix the CI

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 04:14:14 +06:00
parent 141ad17181
commit 08ce1b4eed

View file

@ -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);
/// ```
///