Skip to content

Commit dd48e2b

Browse files
committed
Remove std feature
1 parent 1f26408 commit dd48e2b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ typenum = { version = "1.17", features = ["const-generics"] }
2121
zeroize = { version = "1.8", optional = true, default-features = false }
2222

2323
[features]
24-
std = []
2524
extra-sizes = []
2625

2726
[package.metadata.docs.rs]

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
//! If you have any questions, please
8585
//! [start a discussion](https://github.com/RustCrypto/hybrid-array/discussions).
8686
87-
#[cfg(feature = "std")]
88-
extern crate std;
89-
9087
pub mod sizes;
9188

9289
mod from_fn;

0 commit comments

Comments
 (0)