fix unclosed code block

This commit is contained in:
KodrAus 2025-03-24 06:09:40 +10:00
parent 02486e458c
commit d229c7355b

View File

@ -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.