From bc898efccef2d859bfe1e4ed334f89372232ac60 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 3 Aug 2025 21:51:16 +0000 Subject: [PATCH] Uncomment generated-config's global section header, comment all others. (#116) Signed-off-by: Jason Volk --- src/macros/config.rs | 3 ++- tuwunel-example.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/macros/config.rs b/src/macros/config.rs index e577a629..8fc1f319 100644 --- a/src/macros/config.rs +++ b/src/macros/config.rs @@ -73,7 +73,8 @@ fn generate_example(input: &ItemStruct, args: &[Meta], write: bool) -> Result