diff options
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/build.rs b/cli/build.rs index 482748d58..81bd4edda 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -289,7 +289,7 @@ mod ts { // NOTE(bartlomieju): Compressing the TSC snapshot in debug build took // ~45s on M1 MacBook Pro; without compression it took ~1s. - // Thus we're not not using compressed snapshot, trading off + // Thus we're not using compressed snapshot, trading off // a lot of build time for some startup time in debug build. let mut file = std::fs::File::create(snapshot_path).unwrap(); if cfg!(debug_assertions) { |