From edee153e37480a013a78eb0709dbde199ea5d91a Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Sun, 22 Sep 2024 23:50:16 -0700 Subject: [PATCH] App: remove unused import --- app-proto/sketch-outline/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/app-proto/sketch-outline/src/main.rs b/app-proto/sketch-outline/src/main.rs index b86f979..0466724 100644 --- a/app-proto/sketch-outline/src/main.rs +++ b/app-proto/sketch-outline/src/main.rs @@ -4,7 +4,6 @@ mod outline; use nalgebra::DVector; use rustc_hash::FxHashSet; -use slab::Slab; use sycamore::prelude::*; use assembly::{Assembly, Constraint, Element};