From 017aa1ca1b63f08bd251ef3bd0fc6b540d2b5fdd Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 26 Jul 2020 05:55:39 -0700 Subject: [PATCH] chore: remove TODO about manual JSON parsing (#6878) --- cli/diagnostics.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 00707c4980..401f77ea90 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;