remove unused imports
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5aa2ec74ba
commit
26404cdfe1
@ -7,10 +7,7 @@
|
|||||||
//! routing without the overhead and complication of using message queues. However, it also requires
|
//! routing without the overhead and complication of using message queues. However, it also requires
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
use downcast_rs::{impl_downcast, Downcast};
|
use downcast_rs::{impl_downcast, Downcast};
|
||||||
#[cfg(feature = "serde")]
|
use spacepackets::SpHeader;
|
||||||
use serde::{Deserialize, Serialize};
|
|
||||||
use spacepackets::{ByteConversionError, SizeMissmatch, SpHeader};
|
|
||||||
use spacepackets::ecss::tc::PusTc;
|
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
pub mod ccsds_distrib;
|
pub mod ccsds_distrib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user