Skip to content

Commit

Permalink
Test removing transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedmonds committed Aug 30, 2019
1 parent bdb434f commit 0ebbe86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/private/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@ _rust_library_attrs = {
"""),
default = "rlib",
),
"_whitelist_function_transition": attr.label(
default = "//tools/whitelists/function_transition_whitelist",
),
}

_rust_test_attrs = {
Expand All @@ -343,7 +340,6 @@ rust_library = rule(
_rust_library_attrs.items()),
fragments = ["cpp"],
host_fragments = ["cpp"],
cfg = wasm_transition,
toolchains = [
"@io_bazel_rules_rust//rust:toolchain",
"@bazel_tools//tools/cpp:toolchain_type"
Expand Down

0 comments on commit 0ebbe86

Please sign in to comment.