summaryrefslogtreecommitdiff
path: root/cli/build.rs
diff options
context:
space:
mode:
authoryoungwendy <166624921+youngwendy@users.noreply.github.com>2024-04-12 22:33:43 +0800
committerGitHub <noreply@github.com>2024-04-12 08:33:43 -0600
commit84e198f0d0285077c228a2ea41e927103ec4119f (patch)
tree3743787699b5686cc16eabf29c1bc59a6ba55ffd /cli/build.rs
parent650db71e35970af85a3f0a0ca89125088a372013 (diff)
chore: remove repetitive words (#23341)
Signed-off-by: youngwendy <clonefetch@outlook.com>
Diffstat (limited to 'cli/build.rs')
-rw-r--r--cli/build.rs2
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) {