rusty-man/tests/snapshots/output__1.53.0_html_fn_log_logger.snap
Robin Krahl 68f20c8d8c
Add support and tests for Rust 1.53.0
This patch adds tests for Rust 1.53.0 and adapts the HTML parser to
handle method and implementations list inside of details elements.
2021-06-18 17:17:33 +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.