Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirate committed Jan 10, 2021
1 parent a15e7d9 commit 6a8a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use alloc::{

pub use either::Either;

use core::borrow:Borrow;
use core::borrow::Borrow;
#[cfg(feature = "use_std")]
use std::collections::HashMap;
use std::iter::{IntoIterator, once};
Expand Down

0 comments on commit 6a8a6c1

Please sign in to comment.