File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ fn doc_all_member_dependency_same_name() {
10181018}
10191019
10201020#[ cargo_test]
1021- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1021+ #[ cfg( not( windows ) ) ] // `echo` may not be available
10221022fn doc_workspace_open_help_message ( ) {
10231023 let p = project ( )
10241024 . file (
@@ -1044,7 +1044,7 @@ fn doc_workspace_open_help_message() {
10441044}
10451045
10461046#[ cargo_test]
1047- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1047+ #[ cfg( not( windows ) ) ] // `echo` may not be available
10481048fn doc_workspace_open_different_library_and_package_names ( ) {
10491049 let p = project ( )
10501050 . file (
@@ -1075,7 +1075,7 @@ fn doc_workspace_open_different_library_and_package_names() {
10751075}
10761076
10771077#[ cargo_test]
1078- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1078+ #[ cfg( not( windows ) ) ] // `echo` may not be available
10791079fn doc_workspace_open_binary ( ) {
10801080 let p = project ( )
10811081 . file (
@@ -1107,7 +1107,7 @@ fn doc_workspace_open_binary() {
11071107}
11081108
11091109#[ cargo_test]
1110- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1110+ #[ cfg( not( windows ) ) ] // `echo` may not be available
11111111fn doc_workspace_open_binary_and_library ( ) {
11121112 let p = project ( )
11131113 . file (
You can’t perform that action at this time.
0 commit comments