fix CI
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-02-23 14:38:22 +01:00
parent 2949280c20
commit fdcf1146ec
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,8 @@ pub mod events;
#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
pub mod executable;
pub mod hal;
#[cfg(feature = "std")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
pub mod mode_tree;
pub mod objects;
pub mod pool;

View File

@ -1,5 +1,4 @@
use std::sync::mpsc;
use alloc::vec::Vec;
use hashbrown::HashMap;