mirror of
https://github.com/rust-lang/log.git
synced 2025-10-02 15:24:34 +00:00
fix unclosed code block
This commit is contained in:
parent
02486e458c
commit
d229c7355b
@ -63,6 +63,7 @@
|
|||||||
/// "Received errors: {}, {}",
|
/// "Received errors: {}, {}",
|
||||||
/// data.0, data.1
|
/// data.0, data.1
|
||||||
/// );
|
/// );
|
||||||
|
/// ```
|
||||||
///
|
///
|
||||||
/// The `logger` argument accepts a value that implements the `Log` trait. The value
|
/// The `logger` argument accepts a value that implements the `Log` trait. The value
|
||||||
/// will be borrowed within the macro.
|
/// will be borrowed within the macro.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user