Spell the elided Graphic and Artboard lifetimes in return paths

This commit is contained in:
Dennis Kobert
2026-09-06 15:48:45 +00:00
parent c9525d76c4
commit fc9e69a7a7
3 changed files with 9 additions and 9 deletions

View File

@@ -576,7 +576,7 @@ mod test_artboard {
/// A leveled wire introspects as its whole legacy list, so each `extend`
/// occurrence yields one list rather than one element.
async fn get_artboards(editor: &mut EditorTestUtils) -> List<Artboard> {
async fn get_artboards(editor: &mut EditorTestUtils) -> List<Artboard<'_>> {
let instrumented = match editor.eval_graph().await {
Ok(instrumented) => instrumented,
Err(e) => panic!("Failed to evaluate graph: {e}"),