diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-16 00:07:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-16 00:09:55 +0800 |
| commit | a127d6f3cf2741d4dc404959c5481fa61651e133 (patch) | |
| tree | ec82ed1260e5a3d5744f2181b79d21ffb65e54e8 /mingling/src/example_docs.rs | |
| parent | aae29170dc7ae7a8976699c4d1f7011f9f238a06 (diff) | |
Refactor general_renderer into granular format-specific features
Diffstat (limited to 'mingling/src/example_docs.rs')
| -rw-r--r-- | mingling/src/example_docs.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/example_docs.rs b/mingling/src/example_docs.rs index ba61f92..d197c6b 100644 --- a/mingling/src/example_docs.rs +++ b/mingling/src/example_docs.rs @@ -445,6 +445,8 @@ pub mod example_exit_code {} /// mingling = { path = "../../mingling", features = [ /// "parser", /// "general_renderer", +/// "json_serde_fmt", +/// "yaml_serde_fmt", /// ] } /// serde = { version = "1", features = ["derive"] } /// ``` |
