Introduce expose-arith unstable feature for exposing arithmetic functions downstream.

This commit is contained in:
Sean Bowe
2017-12-04 21:47:45 -07:00
parent cc8be5b780
commit 04a32fb443
2 changed files with 21 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ byteorder = "1"
clippy = { version = "0.0.174", optional = true }
[features]
unstable-features = []
unstable-features = ["expose-arith"]
expose-arith = []
u128-support = []
default = []