6dc75f0c5d
This patch adds tests for Rust 1.54.0, 1.55.0 and 1.56.0. To make the tests pass, we have to take care of some changes like more details elements and changed heading levels. To make it easier to generate the tests for new Rust versions, we also add two bash scripts that take care of that.
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.
|
|
|
|
|