mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Clear the remaining clippy warnings on the diff surface
This commit is contained in:
@@ -178,7 +178,7 @@ impl DynamicExecutor {
|
||||
let result = self.tree.introspect(node_path)?;
|
||||
if result.downcast_ref::<core_types::context::CtxSnapshot>().is_some() {
|
||||
return self
|
||||
.introspect_with(node_path, |layout, batch, arena| graphic_types::boundary::batch_to_legacy(layout, batch, arena))
|
||||
.introspect_with(node_path, graphic_types::boundary::batch_to_legacy)
|
||||
.map(Arc::from);
|
||||
}
|
||||
Ok(result)
|
||||
|
||||
Reference in New Issue
Block a user