From 368b93dc32bb41c7a6570181a84a30061dc6add4 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 4 Apr 2024 23:07:15 +0200 Subject: [PATCH] remove redundant import --- pic32-hal/src/int.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pic32-hal/src/int.rs b/pic32-hal/src/int.rs index 7afc086..676b9d1 100644 --- a/pic32-hal/src/int.rs +++ b/pic32-hal/src/int.rs @@ -4,7 +4,6 @@ use crate::pac::INT; use crate::pac_crate::{Reg, RegisterSpec}; -use core::convert::TryFrom; use core::marker::PhantomData; use core::ptr::{read_volatile, write_volatile};