We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b1a2f commit 1f26408Copy full SHA for 1f26408
2 files changed
Cargo.toml
@@ -14,7 +14,7 @@ categories = ["no-std", "data-structures"]
14
keywords = ["generic-array"]
15
readme = "README.md"
16
edition = "2021"
17
-rust-version = "1.65"
+rust-version = "1.81.0"
18
19
[dependencies]
20
typenum = { version = "1.17", features = ["const-generics"] }
src/iter.rs
@@ -18,8 +18,7 @@ impl fmt::Display for TryFromIteratorError {
}
21
-#[cfg(feature = "std")]
22
-impl std::error::Error for TryFromIteratorError {}
+impl core::error::Error for TryFromIteratorError {}
23
24
impl<T, U> Array<T, U>
25
where
0 commit comments