]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
adjust for more backtrace pruning
[rust.git] / Cargo.toml
index b6e1cdf5ca8748bae5335c5a201575992829fd7e..208b3a764436f67104c8e0e364213e311dfc2b58 100644 (file)
@@ -54,9 +54,8 @@ harness = false
 
 [features]
 default = ["stack-cache"]
-# Will be enabled on CI via `--all-features`.
-expensive-debug-assertions = []
 stack-cache = []
 
-[profile.dev]
-opt-level = 2 # because it's too slow otherwise
+# Be aware that this file is inside a workspace when used via the
+# submodule in the rustc repo. That means there are many cargo features
+# we cannot use, such as profiles.