From 5dae086197cd751e2a386cc4e8701623ef12bc8a Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 8 Jan 2025 23:59:19 +0000 Subject: [PATCH] exclude config item from doctest Signed-off-by: Jason Volk --- src/core/config/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index bf6a4ba6..56580fda 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -621,6 +621,7 @@ pub struct Config { #[serde(default = "default_tracing_flame_output_path")] pub tracing_flame_output_path: String, + #[cfg(not(doctest))] /// Examples: /// /// - No proxy (default):