Skip to content

Commit 6a8a6c1

Browse files
committed
Fix typo
1 parent a15e7d9 commit 6a8a6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ use alloc::{
5959

6060
pub use either::Either;
6161

62-
use core::borrow:Borrow;
62+
use core::borrow::Borrow;
6363
#[cfg(feature = "use_std")]
6464
use std::collections::HashMap;
6565
use std::iter::{IntoIterator, once};

0 commit comments

Comments
 (0)