Skip to content

Commit b8d66af

Browse files
committed
1 parent 841d5ed commit b8d66af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

library/std/src/os/windows/net/addr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![unstable(feature = "windows_unix_domain_sockets", issue = "none")]
1+
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
22

33
use crate::os::raw::{c_char, c_int};
44
use crate::path::Path;

library/std/src/os/windows/net/listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![unstable(feature = "windows_unix_domain_sockets", issue = "none")]
1+
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
22

33
use core::mem;
44

library/std/src/os/windows/net/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![unstable(feature = "windows_unix_domain_sockets", issue = "none")]
1+
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
22

33
mod addr;
44
mod listener;

library/std/src/os/windows/net/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![unstable(feature = "windows_unix_domain_sockets", issue = "none")]
1+
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
22

33
use core::mem;
44
use core::time::Duration;

0 commit comments

Comments
 (0)