mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 14:58:05 +08:00
Name the generic-carry predicate for what it now covers
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user