rusty-man/tests/snapshots/output__1.48.0_fn_log_logger.snap
Robin Krahl 4ed21183df
Add tests for Rust 1.48.0
With Rust 1.48.0, support for link shorthands, i. e. `[Test]` instead of
`[Test][]`, was added.  Therefore, some of the links are now rendered
correctly.  Otherwise we can just copy the snapshots and don’t need any
code changes.
2021-06-05 21:02:58 +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.