forked from M-Labs/nac3
core/codegen: add missing comment
This commit is contained in:
parent
fb9fe8edf2
commit
221de4d06a
|
@ -182,6 +182,7 @@ pub fn gen_assign<'ctx, G: CodeGenerator>(
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// See [`CodeGenerator::gen_assign_target_list`].
|
||||||
pub fn gen_assign_target_list<'ctx, G: CodeGenerator>(
|
pub fn gen_assign_target_list<'ctx, G: CodeGenerator>(
|
||||||
generator: &mut G,
|
generator: &mut G,
|
||||||
ctx: &mut CodeGenContext<'ctx, '_>,
|
ctx: &mut CodeGenContext<'ctx, '_>,
|
||||||
|
|
Loading…
Reference in New Issue