Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tobin C. Harding <[email protected]>
  • Loading branch information
michalkucharczyk and tcharding authored Apr 8, 2024
1 parent 89ba5e3 commit 9c3cee9
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 @@ -48,7 +48,7 @@ pub extern crate serde;
use alloc::borrow::Cow;
use core::{fmt, str};

#[cfg(not(feature = "std"))]
#[cfg(all(feature = "alloc", not(feature = "std")))]
use alloc::{string::ToString, vec::Vec};

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

0 comments on commit 9c3cee9

Please sign in to comment.