summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/diagnostics.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs
index 00707c498..401f77ea9 100644
--- a/cli/diagnostics.rs
+++ b/cli/diagnostics.rs
@@ -2,9 +2,6 @@
//! This module encodes TypeScript errors (diagnostics) into Rust structs and
//! contains code for printing them to the console.
-// TODO(ry) This module does a lot of JSON parsing manually. It should use
-// serde_json.
-
use crate::colors;
use crate::fmt_errors::format_stack;
use serde::Deserialize;