Skip to content

Commit

Permalink
Update resolved_toolchain.bzl (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored Jul 20, 2024
1 parent 4c1bf66 commit fba3b7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mylang/private/resolved_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ def _resolved_toolchain_impl(ctx):
resolved_toolchain = rule(
implementation = _resolved_toolchain_impl,
toolchains = ["//mylang:toolchain_type"],
incompatible_use_toolchain_transition = True,
doc = DOC,
)

0 comments on commit fba3b7e

Please sign in to comment.