aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 698db5e3a..32ba3923b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,9 +20,6 @@ miniz_oxide.opt-level = 3
20incremental = true 20incremental = true
21debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. 21debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
22 22
23[profile.test]
24incremental = false
25
26[patch.'crates-io'] 23[patch.'crates-io']
27# rowan = { path = "../rowan" } 24# rowan = { path = "../rowan" }
28 25