You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editor/src/messages/portfolio/document/utility_types/network_interface.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ use kurbo::BezPath;
25
25
use serde_json::{Value, json};
26
26
use std::collections::{HashMap,HashSet,VecDeque};
27
27
use std::hash::{DefaultHasher,Hash,Hasher};
28
+
use std::ops::Deref;
28
29
29
30
/// All network modifications should be done through this API, so the fields cannot be public. However, all fields within this struct can be public since it it not possible to have a public mutable reference.
0 commit comments