Expand std_shims::prelude to better match std::prelude

This commit is contained in:
Luke Parker
2025-09-12 18:24:56 -04:00
parent befbbbfb84
commit c83fbb3e44

View File

@@ -13,6 +13,14 @@ pub use alloc::str;
pub use alloc::string; pub use alloc::string;
pub mod prelude { pub mod prelude {
pub use alloc::{
format, vec,
boxed::Box,
borrow::ToOwned,
vec::Vec,
string::{String, ToString},
};
#[rustversion::before(1.73)] #[rustversion::before(1.73)]
#[doc(hidden)] #[doc(hidden)]
pub trait StdShimsDivCeil { pub trait StdShimsDivCeil {