mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Clean up imports and warnings in Rust code
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user