From f3f928f79fc5a99621c04f59b56285d3e0219d03 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Feb 2024 11:29:59 +0100 Subject: [PATCH] fix docs --- satrs/src/pus/event_man.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satrs/src/pus/event_man.rs b/satrs/src/pus/event_man.rs index 2ddd601..e6e18c9 100644 --- a/satrs/src/pus/event_man.rs +++ b/satrs/src/pus/event_man.rs @@ -41,8 +41,8 @@ pub trait PusEventMgmtBackendProvider { #[cfg(feature = "heapless")] pub mod heapless_mod { use super::*; - use crate::events::{GenericEvent, LargestEventRaw}; - use std::marker::PhantomData; + use crate::events::LargestEventRaw; + use core::marker::PhantomData; #[cfg_attr(doc_cfg, doc(cfg(feature = "heapless")))] // TODO: After a new version of heapless is released which uses hash32 version 0.3, try using