aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/lib.rs
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-05-31 02:42:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-31 17:19:20 +0800
commit2aa7bda3cb21ce6c052b82e08bcab79a625d04f2 (patch)
treef10b89007fc67ca1a948f34abe6869b49296b932 /mingling/src/lib.rs
parent3aa409a55e4f2f0ab41b0949cc06eb13c2da4a43 (diff)
Enhance code quality across the entire codebase
Diffstat (limited to 'mingling/src/lib.rs')
-rw-r--r--mingling/src/lib.rs10
1 files changed, 5 insertions, 5 deletions
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