Skip to content

Commit f1b9eae

Browse files
illicitonionajwerner
authored andcommitted
Default to True
1 parent 2e28a2e commit f1b9eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/settings/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ per_crate_rustc_flag(
257257
# A flag to control whether to include data files in compile_data.
258258
incompatible_flag(
259259
name = "incompatible_do_not_include_data_in_compile_data",
260-
build_setting_default = False,
260+
build_setting_default = True,
261261
issue = "https://github.com/bazelbuild/rules_rust/issues/2977",
262262
visibility = ["//visibility:public"],
263263
)

0 commit comments

Comments
 (0)