Fix default features.

This commit is contained in:
Stephen Chung 2020-04-24 12:59:51 +08:00
parent b6d839c8a9
commit afc4f73ebf

View File

@ -21,7 +21,7 @@ num-traits = { version = "0.2.11", default-features = false }
[features]
#default = ["no_stdlib", "no_function", "no_index", "no_object", "no_float", "only_i32", "unchecked", "no_optimize", "sync"]
default = ["no_std"]
default = []
unchecked = [] # unchecked arithmetic
no_index = [] # no arrays and indexing
no_float = [] # no floating-point