Skip to content

Commit

Permalink
removed bitrig support (rust-lang#3608)
Browse files Browse the repository at this point in the history
bitrig support has been removed (by me) in rust-lang#60775
  • Loading branch information
hellow554 authored and topecongiro committed Jun 7, 2019
1 parent 5607178 commit eea8af0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
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

0 comments on commit eea8af0

Please sign in to comment.