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.
2 parents 1e1a394 + b1c212f commit 5be8463Copy full SHA for 5be8463
library/std/src/sys/net/hostname/mod.rs
@@ -1,5 +1,5 @@
1
cfg_select! {
2
- target_family = "unix" => {
+ all(target_family = "unix", not(target_os = "espidf")) => {
3
mod unix;
4
pub use unix::hostname;
5
}
0 commit comments