diff --git a/src/macros.rs b/src/macros.rs index b03ae5c..14e4ac6 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -63,6 +63,7 @@ /// "Received errors: {}, {}", /// data.0, data.1 /// ); +/// ``` /// /// The `logger` argument accepts a value that implements the `Log` trait. The value /// will be borrowed within the macro.