We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alloc
1 parent 527db0f commit e424374Copy full SHA for e424374
src/lib.rs
@@ -63,11 +63,9 @@
63
//!
64
//! # Crate features
65
66
-//! - `std` (default): Implies `alloc` and `impl-error`. Required for [`Authority::socket_addrs`].
+//! - `std` (default): Implies `impl-error`. Required for [`Authority::socket_addrs`].
67
68
-//! - `alloc`: Required for memory-allocating types and functions.
69
-//!
70
-//! - `impl-error`: Required for [`Error`] implementations. Disabling `std`
+//! - `impl-error` (default): Required for [`Error`] implementations. Disabling `std`
71
//! while enabling `impl-error` requires a minimum Rust version of 1.81.
72
73
//! - `net`: Required for IP address fields in [`Host`], for [`Builder::host`] to
0 commit comments