Skip to content

Commit fba3b7e

Browse files
authored
Update resolved_toolchain.bzl (#122)
1 parent 4c1bf66 commit fba3b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mylang/private/resolved_toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ def _resolved_toolchain_impl(ctx):
2222
resolved_toolchain = rule(
2323
implementation = _resolved_toolchain_impl,
2424
toolchains = ["//mylang:toolchain_type"],
25-
incompatible_use_toolchain_transition = True,
2625
doc = DOC,
2726
)

0 commit comments

Comments
 (0)