Drop docs naming mechanisms that do not exist

This commit is contained in:
Dennis Kobert
2026-09-06 15:58:40 +00:00
parent e92faf763d
commit 6cdab6b95d
5 changed files with 4 additions and 9 deletions

View File

@@ -1399,8 +1399,7 @@ pub(crate) fn generate_node_impl(crate_ident: &CrateIdent, parsed: &ParsedNodeFn
}
}
// A flip value or a routing non-source value rides a record input; the
// element copies out into `name`. The mark/rewind that reclaims the
// record's frame is applied by the step lowering (see `reads_out`).
// element copies out into `name`.
ValueBinding::RecordElement => {
let slot = format_ident!("__in_{index}");
quote! {