Name the generic-carry predicate for what it now covers

This commit is contained in:
Dennis Kobert
2026-09-05 12:23:34 +00:00
parent 39ce55ab61
commit 40efbc3261
3 changed files with 7 additions and 14 deletions

View File

@@ -105,14 +105,7 @@ fn output(parsed: &ParsedNodeFn, generics: &[Ident]) -> Output {
})
.collect(),
},
removes: removes
.into_iter()
.map(|marker| LevelAttr {
marker,
level: 0,
owned: false,
})
.collect(),
removes: removes.into_iter().map(|marker| LevelAttr { marker, level: 0, owned: false }).collect(),
gathers,
}
}