Skip to content

Commit

Permalink
Flip default incompatible flag value for #591 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Oct 27, 2021
1 parent 25f396f commit 0c53d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/settings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package(default_visibility = ["//visibility:public"])

incompatible_flag(
name = "split_rust_library",
build_setting_default = False,
build_setting_default = True,
issue = "https://github.com/bazelbuild/rules_rust/issues/591",
)

Expand Down

0 comments on commit 0c53d0e

Please sign in to comment.