Merge pull request #67 from michalkucharczyk/mku-compilation-fix

compilation fix
This commit is contained in:
Steven Roose 2024-04-02 12:09:24 +01:00 committed by GitHub
commit 627aa963df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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