Revert "Fix unstable flag for travis-cargo"

This reverts commit 3b98298b00.
This commit is contained in:
Alexander Stocko 2017-02-11 01:00:02 -05:00
parent 3b98298b00
commit 8697ecd5da

View File

@ -13,5 +13,5 @@ A macro to generate structures which behave like bitflags.
"""
[features]
unstable = []
u128 = []
unstable = ["u128"]