Skip to content

Commit 0ebbe86

Browse files
committed
Test removing transition.
1 parent bdb434f commit 0ebbe86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rust/private/rust.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,6 @@ _rust_library_attrs = {
320320
"""),
321321
default = "rlib",
322322
),
323-
"_whitelist_function_transition": attr.label(
324-
default = "//tools/whitelists/function_transition_whitelist",
325-
),
326323
}
327324

328325
_rust_test_attrs = {
@@ -343,7 +340,6 @@ rust_library = rule(
343340
_rust_library_attrs.items()),
344341
fragments = ["cpp"],
345342
host_fragments = ["cpp"],
346-
cfg = wasm_transition,
347343
toolchains = [
348344
"@io_bazel_rules_rust//rust:toolchain",
349345
"@bazel_tools//tools/cpp:toolchain_type"

0 commit comments

Comments
 (0)