diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-29 17:07:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-29 17:07:03 +0800 |
| commit | a1c407776897a0649deec1b7c6ee86347f91dcaf (patch) | |
| tree | 49b304f1fdac6d83714bc0c07229c92f49fde506 /mingling/src/lib.rs | |
| parent | 376ed696ec2ff676a22bafa44c63e2c6fe606647 (diff) | |
Fix comment and constrain ProgramCollect generic bounds
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index afc8e90..ed168ff 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -97,7 +97,7 @@ pub mod macros { pub use mingling_macros::program_fallback_gen; /// Internal macro for 'gen_program' used to finally generate the program pub use mingling_macros::program_final_gen; - // Used to generate program setup + /// Used to generate program setup pub use mingling_macros::program_setup; /// Used to print content within a `Renderer` context pub use mingling_macros::r_print; |
