@@ -397,8 +397,14 @@ impl UnixDatagram {
397
397
///
398
398
/// # Examples
399
399
///
400
- #[ cfg_attr( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) , doc = "```no_run" ) ]
401
- #[ cfg_attr( not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) , doc = "```ignore" ) ]
400
+ #[ cfg_attr(
401
+ any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ,
402
+ doc = "```no_run"
403
+ ) ]
404
+ #[ cfg_attr(
405
+ not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) ,
406
+ doc = "```ignore"
407
+ ) ]
402
408
/// #![feature(unix_socket_ancillary_data)]
403
409
/// use std::os::unix::net::{UnixDatagram, SocketAncillary, AncillaryData};
404
410
/// use std::io::IoSliceMut;
@@ -447,8 +453,14 @@ impl UnixDatagram {
447
453
///
448
454
/// # Examples
449
455
///
450
- #[ cfg_attr( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) , doc = "```no_run" ) ]
451
- #[ cfg_attr( not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) , doc = "```ignore" ) ]
456
+ #[ cfg_attr(
457
+ any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ,
458
+ doc = "```no_run"
459
+ ) ]
460
+ #[ cfg_attr(
461
+ not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) ,
462
+ doc = "```ignore"
463
+ ) ]
452
464
/// #![feature(unix_socket_ancillary_data)]
453
465
/// use std::os::unix::net::{UnixDatagram, SocketAncillary, AncillaryData};
454
466
/// use std::io::IoSliceMut;
@@ -588,8 +600,14 @@ impl UnixDatagram {
588
600
///
589
601
/// # Examples
590
602
///
591
- #[ cfg_attr( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) , doc = "```no_run" ) ]
592
- #[ cfg_attr( not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) , doc = "```ignore" ) ]
603
+ #[ cfg_attr(
604
+ any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ,
605
+ doc = "```no_run"
606
+ ) ]
607
+ #[ cfg_attr(
608
+ not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) ,
609
+ doc = "```ignore"
610
+ ) ]
593
611
/// #![feature(unix_socket_ancillary_data)]
594
612
/// use std::os::unix::net::{UnixDatagram, SocketAncillary};
595
613
/// use std::io::IoSlice;
@@ -630,8 +648,14 @@ impl UnixDatagram {
630
648
///
631
649
/// # Examples
632
650
///
633
- #[ cfg_attr( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) , doc = "```no_run" ) ]
634
- #[ cfg_attr( not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) , doc = "```ignore" ) ]
651
+ #[ cfg_attr(
652
+ any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ,
653
+ doc = "```no_run"
654
+ ) ]
655
+ #[ cfg_attr(
656
+ not( any( target_os = "android" , target_os = "linux" , target_os = "cygwin" ) ) ,
657
+ doc = "```ignore"
658
+ ) ]
635
659
/// #![feature(unix_socket_ancillary_data)]
636
660
/// use std::os::unix::net::{UnixDatagram, SocketAncillary};
637
661
/// use std::io::IoSlice;
0 commit comments