Skip to content

Commit ba81778

Browse files
committed
Fix merge
1 parent b4fb6f9 commit ba81778

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

editor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ bezier-rs = { workspace = true }
4141
kurbo = { workspace = true }
4242
futures = { workspace = true }
4343
glam = { workspace = true }
44-
kurbo = { workspace = true }
4544
derivative = { workspace = true }
4645
specta = { workspace = true }
4746
dyn-any = { workspace = true }

node-graph/gcore/src/vector/vector_data.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use glam::{DAffine2, DVec2};
1616
pub use indexed::VectorDataIndex;
1717
use kurbo::{Affine, Rect, Shape};
1818
pub use modification::*;
19-
use std::borrow::Borrow;
2019
use std::collections::HashMap;
2120

2221
// TODO: Eventually remove this migration document upgrade code

0 commit comments

Comments
 (0)