From 2aa7bda3cb21ce6c052b82e08bcab79a625d04f2 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 31 May 2026 02:42:52 +0800 Subject: Enhance code quality across the entire codebase --- mingling/src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mingling/src/lib.rs') diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index ee01fb7..db9b063 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -100,11 +100,11 @@ pub mod macros { /// Used to create a wrapper type for use with `Chain` and `Renderer` pub use mingling_macros::pack; #[cfg(feature = "comp")] - /// Internal macro for 'gen_program' used to finally generate the completion structure + /// Internal macro for '`gen_program`' used to finally generate the completion structure pub use mingling_macros::program_comp_gen; - /// Internal macro for 'gen_program' used to finally generate the fallback + /// Internal macro for '`gen_program`' used to finally generate the fallback pub use mingling_macros::program_fallback_gen; - /// Internal macro for 'gen_program' used to finally generate the program + /// Internal macro for '`gen_program`' used to finally generate the program pub use mingling_macros::program_final_gen; /// Used to generate program setup #[cfg(feature = "extra_macros")] @@ -115,7 +115,7 @@ pub mod macros { pub use mingling_macros::r_println; /// Used to register a chain pub use mingling_macros::register_chain; - /// Used to register a dispatcher for dispatch_tree feature + /// Used to register a dispatcher for `dispatch_tree` feature pub use mingling_macros::register_dispatcher; /// Used to register a help pub use mingling_macros::register_help; @@ -136,7 +136,7 @@ pub mod macros { pub use mingling_macros::suggest_enum; } -/// derive macro EnumTag +/// derive macro `EnumTag` pub use mingling_macros::EnumTag; /// derive macro Groupped -- cgit