Fix missing word.
This commit is contained in:
@@ -26,7 +26,7 @@ optional = true
|
|||||||
[features]
|
[features]
|
||||||
# The "std" feature enables use of libstd. The "core" feature enables use
|
# 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
|
# of some minimal std-like replacement libraries. At least one of these two
|
||||||
# features to be enabled.
|
# features need to be enabled.
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = ["cretonne-entity/std"]
|
std = ["cretonne-entity/std"]
|
||||||
core = ["hashmap_core"]
|
core = ["hashmap_core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user