From: Bennet Bleßmann <3877590+Skgland@users.noreply.github.com> Date: Sat, 10 Jan 2026 17:30:09 +0000 (+0100) Subject: restore accidentally removed comment X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=87f89545bb989b3955a8b42b114059014342b1b8;p=scryer-prolog.git restore accidentally removed comment --- diff --git a/build/instructions_template.rs b/build/instructions_template.rs index 954c35c7..a2878bfe 100644 --- a/build/instructions_template.rs +++ b/build/instructions_template.rs @@ -1570,7 +1570,7 @@ pub fn generate_instructions_rs() -> TokenStream { let instr_macro_arms: Vec<_> = instr_data .instr_variants .iter() - .rev() + .rev() // produce default, execute & default & execute cases first. .map(|(name, arity, _, variant)| { let variant_ident = variant.ident.clone(); let variant_string = variant.ident.to_string();