mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix the CI
This commit is contained in:
parent
141ad17181
commit
08ce1b4eed
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue