mirror of https://github.com/bazelbuild/rules_cc
Buildifier fixes
This commit is contained in:
parent
19ae897ce4
commit
d6ec6afe0f
|
@ -122,6 +122,7 @@ FeatureInfo = provider(
|
|||
|
||||
FeatureImplyabilityInfo = provider(
|
||||
doc = "Provider used to constrain which kinds of features can be implied",
|
||||
fields = {},
|
||||
)
|
||||
|
||||
FeatureSetInfo = provider(
|
||||
|
|
|
@ -70,7 +70,7 @@ cc_external_feature = rule(
|
|||
mandatory = True,
|
||||
),
|
||||
},
|
||||
provides = [FeatureInfo, FeatureSetInfo, FeatureConstraintInfo],
|
||||
provides = [FeatureInfo, FeatureImplyabilityInfo, FeatureSetInfo, FeatureConstraintInfo],
|
||||
doc = """A declaration that a [feature](https://bazel.build/docs/cc-toolchain-config-reference#features) with this name is defined elsewhere.
|
||||
|
||||
This rule communicates that a feature has been defined externally to make it possible to reference
|
||||
|
|
Loading…
Reference in New Issue