exclude config item from doctest
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user