mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
Give the graphic types the serving lifetime
This commit is contained in:
@@ -234,7 +234,7 @@ impl RenderExt for Stroke {
|
||||
}
|
||||
}
|
||||
|
||||
impl RenderExt for List<Graphic> {
|
||||
impl RenderExt for List<Graphic<'_>> {
|
||||
type Output = String;
|
||||
|
||||
fn render(
|
||||
|
||||
Reference in New Issue
Block a user