From a46b80318d0eba17f65b13db99ba8553e45dcdf5 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Tue, 28 Jan 2025 16:13:09 +0800 Subject: [PATCH] fixup remove unnec imports --- src/runtime/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/src/main.rs b/src/runtime/src/main.rs index d624fdd..6339f2d 100644 --- a/src/runtime/src/main.rs +++ b/src/runtime/src/main.rs @@ -12,7 +12,6 @@ extern crate alloc; #[cfg(all(feature = "target_kasli_soc", has_virtual_leds))] use core::cell::RefCell; -use ksupport; use libasync::task; #[cfg(has_drtio_eem)] use libboard_artiq::drtio_eem;