X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=4d6908fa93e9973da7aee0eaa0b9d03d1207a5ec;hb=4933beca87a19233cb6de6384da29f081eb05aaf;hp=698db5e3a26d36192ea35bfc6fa8162d655b6189;hpb=c9ba63462757038ed4ba29a66a1d813a0ea9801b;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 698db5e3a26..4d6908fa93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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, @@ -20,9 +21,6 @@ miniz_oxide.opt-level = 3 incremental = true debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. -[profile.test] -incremental = false - [patch.'crates-io'] # rowan = { path = "../rowan" }