601ec251f8
This patch adds support for multiple rustdoc output formats to the test suite. This is a preparation for adding support for rustdoc’s JSON output.
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.
|
|
|
|
|