Sweep the data-flow wire and edge wording to input and source

This commit is contained in:
Dennis Kobert
2026-09-06 15:14:55 +00:00
parent 96521333d6
commit 9d3abe385f
34 changed files with 156 additions and 156 deletions

View File

@@ -1027,7 +1027,7 @@ mod graphene_test {
core_types::record::test_frames(layouts.iter().map(|layout| layout.frame_bytes()).sum::<usize>().max(1 << 12))
}
/// Lifts a plain-element test source onto a record wire, returned beside its
/// Lifts a plain-element test source onto a record input, returned beside its
/// element-only layout for the generated node's constructor.
fn lifted<T, F>(kernel: F) -> (LiftedSource<T, F>, Layout)
where