Skip to content

Commit d229c73

Browse files
committed
fix unclosed code block
1 parent 02486e4 commit d229c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/macros.rs

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
/// "Received errors: {}, {}",
6464
/// data.0, data.1
6565
/// );
66+
/// ```
6667
///
6768
/// The `logger` argument accepts a value that implements the `Log` trait. The value
6869
/// will be borrowed within the macro.

0 commit comments

Comments
 (0)