Skip to content

Commit

Permalink
test(core): skip macros doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 2, 2024
1 parent 607c00c commit 0702d07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src-tauri/src/libs/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ pub async fn write_log_message(log_file_name: &str, scope: &str, message: &str)
///
/// # Examples
///
/// ```
/// # use logger::debug;
///
/// ```no_run
/// debug!("my_function()", "Value: {}", 42);
/// ```
#[macro_export]
Expand All @@ -63,9 +61,7 @@ macro_rules! debug {
///
/// # Examples
///
/// ```
/// # use logger::error;
///
/// ```no_run
/// error!("my_function()", "Value: {}", 42);
/// ```
#[macro_export]
Expand Down

0 comments on commit 0702d07

Please sign in to comment.