expand_template: do not output_to_genfiles (#493)

output_to_genfiles is deprecated unless needed for backwards compatibility
with legacy rules (see https://bazel.build/rules/lib/globals/bzl#rule)
This commit is contained in:
Alexandre Rostovtsev 2024-03-20 17:56:10 -04:00 committed by GitHub
parent e60cf0001f
commit 054ebf58f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -46,5 +46,4 @@ explicitly add delimiters to the key strings, for example "{KEY}" or "@KEY@"."""
doc = "The destination of the expanded file.",
),
},
output_to_genfiles = True,
)