rusty-man/tests/snapshots/output__1.47.0_fn_log_logger.snap
Robin Krahl 9832c22b4d
Add tests for Rust 1.47.0
This patch adds unit tests for the new Rust 1.47.0 release.  Except for
the new Notable Traits section, we’re already parsing the output
correctly.
2020-10-08 21:07:52 +02:00

16 lines
354 B
Plaintext

---
source: tests/output.rs
expression: "get_stdout(&[item])"
---
log Function log::logger rusty-man
SYNOPSIS
pub fn logger() -> &'static dyn Log
DESCRIPTION
Returns a reference to the logger.
If a logger has not been set, a no-op implementation is returned.