Skip to content

Commit

Permalink
Merge pull request #67 from michalkucharczyk/mku-compilation-fix
Browse files Browse the repository at this point in the history
compilation fix
  • Loading branch information
stevenroose committed Apr 2, 2024
2 parents a4c57cb + 6ce654b commit 627aa96
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 @@ -45,7 +45,7 @@ pub extern crate rand_core;
pub extern crate serde;

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

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

0 comments on commit 627aa96

Please sign in to comment.