From dfbfde0ee1272783e2a6b7b7a17b12e5ad133d92 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 15 Aug 2026 02:32:15 +0800 Subject: feat(example-structural-renderer): add YAML output test case --- mingling/src/example_docs.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling') diff --git a/mingling/src/example_docs.rs b/mingling/src/example_docs.rs index 55aabdf..c292598 100644 --- a/mingling/src/example_docs.rs +++ b/mingling/src/example_docs.rs @@ -2970,6 +2970,7 @@ pub mod example_setup {} /// path = "../../mingling" /// features = [ /// "structural_renderer", +/// "yaml_serde_fmt", /// "parser", /// ] /// -- cgit