diff --git a/Cargo.toml b/Cargo.toml index a4f452b09dfea..352da03494f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,4 +244,3 @@ codegen-units = 256 # Compile faster lto = "thin" # Faster compile time with thin LTO debug-assertions = true # Make sure `debug_assert!`s pass overflow-checks = true # Catch arithmetic overflow errors -incremental = true