aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/example_docs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/example_docs.rs')
-rw-r--r--mingling/src/example_docs.rs2
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"] }
/// ```