Skip to content

Commit

Permalink
Fix unused import without use_std
Browse files Browse the repository at this point in the history
  • Loading branch information
424ever committed Jan 8, 2025
1 parent 625f85f commit 5b84145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ use alloc::{collections::VecDeque, string::String, vec::Vec};
pub use either::Either;

use core::borrow::Borrow;
#[cfg(feature = "use_std")]
use core::hash::BuildHasher;
use std::cmp::Ordering;
#[cfg(feature = "use_std")]
Expand Down

0 comments on commit 5b84145

Please sign in to comment.