We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc57107 commit 573a5b7Copy full SHA for 573a5b7
src/io.rs
@@ -1,6 +1,4 @@
1
use crate::error::IoError;
2
-#[cfg(all(not(feature = "std"), feature = "alloc"))]
3
-use alloc::vec::Vec;
4
5
/// Provides IO error as an associated type.
6
///
src/time.rs
@@ -1,3 +1,4 @@
+#[cfg(feature = "chrono")]
use core::convert::TryFrom;
use core::fmt::Debug;
0 commit comments