Clean up imports and warnings in Rust code

This commit is contained in:
Keavon Chambers
2023-01-13 12:45:14 -08:00
parent b030a1860b
commit bf1a3e3daf
15 changed files with 204 additions and 191 deletions
+2 -1
View File
@@ -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,