diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml
index 79535096841e8a5c4e5b6032008c0abf60d83482..353699d3ca89eaa7761b8ad94c9dcb11e093e853 100644
--- a/recipes/rust/config.toml
+++ b/recipes/rust/config.toml
@@ -1,6 +1,5 @@
 [llvm]
 static-libstdcpp = true
-ninja = true
 
 [build]
 host = ["x86_64-unknown-redox"]
@@ -12,7 +11,6 @@ submodules = false
 use-jemalloc = false
 backtrace = false
 rpath = false
-codegen-tests = false
 
 [target.x86_64-unknown-redox]
 cc = "x86_64-unknown-redox-gcc"