We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4657b commit 809bd7eCopy full SHA for 809bd7e
1 file changed
crates/environ/src/prelude.rs
@@ -19,6 +19,7 @@
19
//!
20
//! and then `use crate::*` works as usual.
21
22
+pub use crate::error::{Context, Error, Result, anyhow, bail, ensure};
23
pub use alloc::borrow::ToOwned;
24
pub use alloc::boxed::Box;
25
pub use alloc::format;
0 commit comments