Skip to content

Commit 627aa96

Browse files
authored
Merge pull request #67 from michalkucharczyk/mku-compilation-fix
compilation fix
2 parents a4c57cb + 6ce654b commit 627aa96

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
@@ -45,7 +45,7 @@ pub extern crate rand_core;
4545
pub extern crate serde;
4646

4747
#[cfg(feature = "alloc")]
48-
use alloc::{borrow::Cow, string::ToString, vec::Vec};
48+
use alloc::borrow::Cow;
4949
use core::{fmt, str};
5050

5151
/// We support a wide range of dependency versions for `rand` and `rand_core` and not

0 commit comments

Comments
 (0)