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 fa3155a commit b1c212fCopy full SHA for b1c212f
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