628377c83b
This patch refactors the test suite: - Instead of always generating the documentation with the available rustdoc version, we now store generated documentation for all supported rustdoc versions in the test/html directory. - Instead of using one snapshot per test case, we now use one snapshot per test case and rustdoc version.
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.
|
|
|
|
|