From a1c407776897a0649deec1b7c6ee86347f91dcaf Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 29 Apr 2026 17:07:03 +0800 Subject: Fix comment and constrain ProgramCollect generic bounds --- mingling/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling') 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; -- cgit