Clean up imports and warnings in Rust code

This commit is contained in:
Keavon Chambers
2023-01-13 13:14:49 -08:00
parent f67fbe8899
commit cc7ec9409d
15 changed files with 204 additions and 191 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ use std::error::Error;
use dyn_any::DynAny;
use crate::{document::NodeNetwork, proto::ProtoNetwork};
use crate::document::NodeNetwork;
use crate::proto::ProtoNetwork;
pub struct Compiler {}