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 e36fabc commit 95f7abfCopy full SHA for 95f7abf
src/lib.rs
@@ -88,6 +88,7 @@ compile_error!("at least one socket needs to be enabled"); */
88
#![allow(clippy::option_map_unit_fn)]
89
#![allow(clippy::unit_arg)]
90
91
+#[cfg(any(feature = "std", feature = "alloc"))]
92
extern crate alloc;
93
94
#[cfg(not(any(feature = "proto-ipv4", feature = "proto-ipv6")))]
0 commit comments