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 --- examples/example-combine-pathf-dispatch-tree/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/example-combine-pathf-dispatch-tree/src/main.rs b/examples/example-combine-pathf-dispatch-tree/src/main.rs index 7407d32..75888ee 100644 --- a/examples/example-combine-pathf-dispatch-tree/src/main.rs +++ b/examples/example-combine-pathf-dispatch-tree/src/main.rs @@ -1,4 +1,4 @@ -//! 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