Skip to content

Commit 5598623

Browse files
committed
fix ci
1 parent 64ca9b9 commit 5598623

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/windows/net

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
2-
2+
#![doc(cfg(windows))]
33
mod addr;
44
mod listener;
55
mod stream;

0 commit comments

Comments
 (0)