Skip to content

Commit eb967a1

Browse files
committed
Fix missing import
1 parent 4391157 commit eb967a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ use alloc::{
5959

6060
pub use either::Either;
6161

62+
#[cfg(feature = "use_std")]
63+
use std::borrow::Borrow;
6264
#[cfg(feature = "use_std")]
6365
use std::collections::HashMap;
6466
use std::iter::{IntoIterator, once};

0 commit comments

Comments
 (0)