Don't build example by default

This commit is contained in:
Christopher Durham 2018-04-25 21:40:48 -04:00 committed by GitHub
parent 13e54b43c9
commit 5dd6762d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,8 @@ A macro to generate structures which behave like bitflags.
travis-ci = { repository = "rust-lang-nursery/bitflags" }
[features]
default = ["example_generated"]
default = []
example_generated = []
[package.metadata.docs.rs]
features = [ "example_generated" ]