Ignore BUILT_FEATURES from main crate
This commit is contained in:
parent
d2525da221
commit
5980af7b42
|
|
@ -186,3 +186,8 @@ status = "generate"
|
||||||
# version-dependent constants
|
# version-dependent constants
|
||||||
pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION"
|
pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
[[object.constant]]
|
||||||
|
# build-dependent constants
|
||||||
|
pattern = "BUILT_FEATURES"
|
||||||
|
ignore = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue