diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-10 14:57:16 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-10 14:57:16 +0800 |
| commit | 782d2458dc4ad4336e1407e1f107e43e39b0b991 (patch) | |
| tree | 2619912357c03cae32190388e9436e15431c298c /mingling/src/example_docs.rs | |
| parent | 6b18873666e17ab68ffce799b1707c030166738f (diff) | |
chore: enforce pedantic clippy lints and fix warnings
Diffstat (limited to 'mingling/src/example_docs.rs')
| -rw-r--r-- | mingling/src/example_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/example_docs.rs b/mingling/src/example_docs.rs index e61551b..6732050 100644 --- a/mingling/src/example_docs.rs +++ b/mingling/src/example_docs.rs @@ -703,7 +703,7 @@ pub mod example_basic {} /// gen_program!(); /// ``` pub mod example_clap_binding {} -/// Example: Combining pathf + dispatch_tree +/// Example: Combining `pathf` + `dispatch_tree` /// /// > This example demonstrates how to use `pathf` and `dispatch_tree` together. /// > Types are defined in a submodule (`sub`), and `gen_program!()` resolves |
