Merge "[alacritty_temrinal] Fix redundant imports for unused_imports lint" into main
diff --git a/alacritty_terminal/BUILD.gn b/alacritty_terminal/BUILD.gn
index 591834c..9980146 100644
--- a/alacritty_terminal/BUILD.gn
+++ b/alacritty_terminal/BUILD.gn
@@ -44,7 +44,7 @@
   version = "0.1.0"
   edition = "2018"
 
-  # TODO(fxbug.dev/69442) remove this allowance
+  # TODO(fxbug.dev/42148577) remove this allowance
   configs += [ "//build/config/rust:allow_legacy_derive_helpers" ]
 
   deps = term_deps
@@ -56,10 +56,10 @@
   version = "0.1.0"
   edition = "2018"
 
-  # TODO(fxbug.dev/69442) remove this allowance
+  # TODO(fxbug.dev/42148577) remove this allowance
   configs += [ "//build/config/rust:allow_legacy_derive_helpers" ]
 
-  # TODO(fxbug.dev/91772): Fix the leaks and remove this.
+  # TODO(fxbug.dev/42173372): Fix the leaks and remove this.
   deps =
       term_deps + [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
   sources = term_sources