Skip to content

Commit db4367e

Browse files
authored
Switch to core::error::Error (#52)
1 parent f42738d commit db4367e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ pub mod str {
3737
#[cfg(not(feature = "std"))]
3838
pub mod io;
3939

40-
#[cfg(not(feature = "std"))]
41-
pub mod error;
42-
4340
#[cfg(feature = "std")]
4441
#[doc(hidden)]
4542
pub use std::*;

0 commit comments

Comments
 (0)