4ed21183df
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.
16 lines
354 B
Plaintext
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.
|
|
|
|
|