Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/source/attrib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub struct Params {
target_os = "cloudabi",
target_os = "macos", target_os = "ios",
target_os = "freebsd",
target_os = "openbsd", target_os = "bitrig",
target_os = "openbsd",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down
2 changes: 1 addition & 1 deletion tests/source/doc-attrib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct Params {
target_os = "cloudabi",
target_os = "macos", target_os = "ios",
target_os = "freebsd",
target_os = "openbsd", target_os = "bitrig",
target_os = "openbsd",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down
1 change: 0 additions & 1 deletion tests/source/issue-3343.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ use total_len_is_::_51______;
target_os = "ios",
target_os = "freebsd",
target_os = "openbsd",
target_os = "bitrig",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down
1 change: 0 additions & 1 deletion tests/target/attrib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ mod issue_2620 {
target_os = "ios",
target_os = "freebsd",
target_os = "openbsd",
target_os = "bitrig",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down
1 change: 0 additions & 1 deletion tests/target/doc-attrib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ mod issue_2620 {
target_os = "ios",
target_os = "freebsd",
target_os = "openbsd",
target_os = "bitrig",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down
1 change: 0 additions & 1 deletion tests/target/issue-3343.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use total_len_is_::_51______;
target_os = "ios",
target_os = "freebsd",
target_os = "openbsd",
target_os = "bitrig",
target_os = "redox",
target_os = "fuchsia",
windows,
Expand Down