mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 14:08:12 +08:00
Clean up imports and warnings in Rust code
This commit is contained in:
@@ -198,7 +198,8 @@ where
|
||||
}
|
||||
}*/
|
||||
|
||||
use graphene_core::{ops::dynamic::Dynamic, AsRefNode};
|
||||
use graphene_core::ops::dynamic::Dynamic;
|
||||
use graphene_core::AsRefNode;
|
||||
pub struct BoxedComposition<'a, Second> {
|
||||
pub first: Box<dyn Node<(), Output = Dynamic<'a>>>,
|
||||
pub second: Second,
|
||||
|
||||
Reference in New Issue
Block a user