exclude config item from doctest
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
44e6b1af3c
commit
5dae086197
1 changed files with 1 additions and 0 deletions
|
@ -621,6 +621,7 @@ pub struct Config {
|
||||||
#[serde(default = "default_tracing_flame_output_path")]
|
#[serde(default = "default_tracing_flame_output_path")]
|
||||||
pub tracing_flame_output_path: String,
|
pub tracing_flame_output_path: String,
|
||||||
|
|
||||||
|
#[cfg(not(doctest))]
|
||||||
/// Examples:
|
/// Examples:
|
||||||
///
|
///
|
||||||
/// - No proxy (default):
|
/// - No proxy (default):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue