Skip to content

Commit

Permalink
rust: Fix broken build due to unresolved import
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Dec 12, 2023
1 parent 6223def commit 908eeda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub use unix_channel::UnixChannel;
use alloc::collections::BTreeMap as HashMap;
use alloc::{boxed::Box, format, sync::Arc, vec};
use core::ffi::c_void;
use lazy_static::lazy_static;
#[cfg(feature = "std")]
use std::{
collections::{hash_map::DefaultHasher, HashMap},
Expand Down

0 comments on commit 908eeda

Please sign in to comment.