about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDawer <7803845+iDawer@users.noreply.github.com>2021-05-31 12:15:40 +0500
committerDawer <7803845+iDawer@users.noreply.github.com>2021-05-31 12:15:40 +0500
commit9899bb450a3737d1544ec4214ca85eada98fdae0 (patch)
tree3f6b24d20ea1400a91510971687f90afe18e0eb1
parentf4383981249d3f2964f2c667f3349f8ff15b77c4 (diff)
downloadrust-9899bb450a3737d1544ec4214ca85eada98fdae0.tar.gz
rust-9899bb450a3737d1544ec4214ca85eada98fdae0.zip
minor: reenable incremental test builds
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 698db5e3a26..32ba3923bb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,9 +20,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" }