From 33e266eeeb149d0d06413af609fe824b27c3cf2b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 20 Apr 2018 11:04:13 -0700 Subject: [PATCH] Fix missing word. --- lib/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codegen/Cargo.toml b/lib/codegen/Cargo.toml index 0c5a1104ba..8304c50ca4 100644 --- a/lib/codegen/Cargo.toml +++ b/lib/codegen/Cargo.toml @@ -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"]