From 79b79f31e13423fe6d95ef7024c995dc80a55368 Mon Sep 17 00:00:00 2001 From: Gus Wynn Date: Mon, 28 Aug 2023 13:18:03 -0700 Subject: [PATCH] rust: turn back on incremental for dev builds --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4697e841aad..53903b851b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,10 +88,6 @@ resolver = "2" edition = "2021" rust-version = "1.71.0" -[profile.dev] -# TODO(gusywnn|benesch): remove this when incremental ice's are improved -incremental = false - [profile.dev.package] # Compile the backtrace crate and its dependencies with all optimizations, even # in dev builds, since otherwise backtraces can take 20s+ to symbolize. With