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() {
1018
1018
}
1019
1019
1020
1020
#[ cargo_test]
1021
- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1021
+ #[ cfg( not( windows ) ) ] // `echo` may not be available
1022
1022
fn doc_workspace_open_help_message ( ) {
1023
1023
let p = project ( )
1024
1024
. file (
@@ -1044,7 +1044,7 @@ fn doc_workspace_open_help_message() {
1044
1044
}
1045
1045
1046
1046
#[ cargo_test]
1047
- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1047
+ #[ cfg( not( windows ) ) ] // `echo` may not be available
1048
1048
fn doc_workspace_open_different_library_and_package_names ( ) {
1049
1049
let p = project ( )
1050
1050
. file (
@@ -1075,7 +1075,7 @@ fn doc_workspace_open_different_library_and_package_names() {
1075
1075
}
1076
1076
1077
1077
#[ cargo_test]
1078
- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1078
+ #[ cfg( not( windows ) ) ] // `echo` may not be available
1079
1079
fn doc_workspace_open_binary ( ) {
1080
1080
let p = project ( )
1081
1081
. file (
@@ -1107,7 +1107,7 @@ fn doc_workspace_open_binary() {
1107
1107
}
1108
1108
1109
1109
#[ cargo_test]
1110
- #[ cfg( not( any ( target_os = "windows" , target_os = "macos" ) ) ) ]
1110
+ #[ cfg( not( windows ) ) ] // `echo` may not be available
1111
1111
fn doc_workspace_open_binary_and_library ( ) {
1112
1112
let p = project ( )
1113
1113
. file (
You can’t perform that action at this time.
0 commit comments