Skip to content

Commit

Permalink
missing imports added
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Nov 3, 2023
1 parent 053aa09 commit e63f0b2
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 @@ -43,9 +43,9 @@ pub extern crate rand_core;
#[cfg(feature = "serde")]
pub extern crate serde;

use alloc::{borrow::Cow, string::ToString, vec::Vec};
use core::{fmt, str};

use alloc::borrow::Cow;
#[cfg(feature = "std")]
use std::error;

Expand Down

0 comments on commit e63f0b2

Please sign in to comment.