Files
cli/vendor/wasip2/src/ext/mod.rs

9 lines
216 B
Rust
Raw Normal View History

#[cfg(feature = "std")]
mod std;
impl core::fmt::Display for crate::io::error::Error {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
f.write_str(&self.to_debug_string())
}
}