Fix missing word.

This commit is contained in:
Dan Gohman
2018-04-20 11:04:13 -07:00
parent 73c19bbf6d
commit 33e266eeeb

View File

@@ -26,7 +26,7 @@ optional = true
[features]
# The "std" feature enables use of libstd. The "core" feature enables use
# of some minimal std-like replacement libraries. At least one of these two
# features to be enabled.
# features need to be enabled.
default = ["std"]
std = ["cretonne-entity/std"]
core = ["hashmap_core"]