Skip to content

Commit e63f0b2

Browse files
missing imports added
1 parent 053aa09 commit e63f0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pub extern crate rand_core;
4343
#[cfg(feature = "serde")]
4444
pub extern crate serde;
4545

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

48-
use alloc::borrow::Cow;
4949
#[cfg(feature = "std")]
5050
use std::error;
5151

0 commit comments

Comments
 (0)