From 782d2458dc4ad4336e1407e1f107e43e39b0b991 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 10 Aug 2026 14:57:16 +0800 Subject: chore: enforce pedantic clippy lints and fix warnings --- mingling/src/example_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src/example_docs.rs') 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 -- cgit