diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-26 20:56:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-26 20:56:24 +0800 |
| commit | 5714eba48ee9031d61858425583c219b881f2d13 (patch) | |
| tree | 714a2f82d7652ab14433a9ea4c129c30f6d04597 /mingling_macros/src/attr.rs | |
| parent | 2cb8893711b73ccde946ca83e01dc315a9294c23 (diff) | |
feat(macros): split monolith into one-macro-per-file modules
Diffstat (limited to 'mingling_macros/src/attr.rs')
| -rw-r--r-- | mingling_macros/src/attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_macros/src/attr.rs b/mingling_macros/src/attr.rs index e4cd826..ed7f58b 100644 --- a/mingling_macros/src/attr.rs +++ b/mingling_macros/src/attr.rs @@ -4,6 +4,7 @@ pub(crate) mod completion; #[cfg(feature = "clap")] pub(crate) mod dispatcher_clap; pub(crate) mod help; +pub(crate) mod mlint; #[cfg(feature = "extra_macros")] pub(crate) mod program_setup; pub(crate) mod renderer; |
