]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
cleanup qualify_path
[rust.git] / Cargo.toml
index 698db5e3a26d36192ea35bfc6fa8162d655b6189..84da50b9f6cd963df05b04d398b780832a21d501 100644 (file)
@@ -1,6 +1,7 @@
 [workspace]
 resolver = "2"
 members = ["xtask/", "lib/*", "crates/*"]
+exclude = ["crates/proc_macro_test/imp"]
 
 [profile.dev]
 # Disabling debug info speeds up builds a bunch,
@@ -18,10 +19,8 @@ miniz_oxide.opt-level = 3
 
 [profile.release]
 incremental = true
-debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
-
-[profile.test]
-incremental = false
+# Set this to 1 or 2 to get more useful backtraces in debugger.
+debug = 0
 
 [patch.'crates-io']
 # rowan = { path = "../rowan" }