build: Re-enable incremental compilation (#47586)

Marco Mihai Condrache created

Change summary

Cargo.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

Cargo.toml 🔗

@@ -800,8 +800,7 @@ calloop = { git = "https://github.com/zed-industries/calloop" }
 
 [profile.dev]
 split-debuginfo = "unpacked"
-# https://github.com/rust-lang/cargo/issues/16104
-incremental = false
+incremental = true
 codegen-units = 16
 
 # mirror configuration for crates compiled for the build platform