Skip to content

Commit

Permalink
Restore no_std support where String isn't in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 22, 2021
1 parent 7d8ba95 commit a574356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ensure.rs
@@ -1,4 +1,5 @@
use crate::Error;
use alloc::string::String;
use core::fmt::{self, Debug, Write};
use core::mem::MaybeUninit;
use core::ptr;
Expand Down

0 comments on commit a574356

Please sign in to comment.