Ignore BUILT_FEATURES from main crate

This commit is contained in:
Felix Krull 2019-08-28 23:23:22 +02:00 committed by Colin Walters
parent d2525da221
commit 5980af7b42
1 changed files with 5 additions and 0 deletions

View File

@ -186,3 +186,8 @@ status = "generate"
# version-dependent constants
pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION"
ignore = true
[[object.constant]]
# build-dependent constants
pattern = "BUILT_FEATURES"
ignore = true