mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 14:58:05 +08:00
Clean up imports and warnings in Rust code
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
use std::error::Error;
|
||||
use crate::node_registry::push_node;
|
||||
|
||||
use borrow_stack::{BorrowStack, FixedSizeStack};
|
||||
use graph_craft::executor::Executor;
|
||||
use graph_craft::proto::ProtoNetwork;
|
||||
use graphene_core::Node;
|
||||
use graphene_std::any::{Any, TypeErasedNode};
|
||||
|
||||
use crate::node_registry::push_node;
|
||||
use graph_craft::{executor::Executor, proto::ProtoNetwork};
|
||||
use std::error::Error;
|
||||
|
||||
pub struct DynamicExecutor {
|
||||
stack: FixedSizeStack<TypeErasedNode<'static>>,
|
||||
|
||||
Reference in New Issue
Block a user