diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-07-26 05:55:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 14:55:39 +0200 |
commit | 017aa1ca1b63f08bd251ef3bd0fc6b540d2b5fdd (patch) | |
tree | 501ef5952f408f20dfe3867588fad6d8c0a77ada | |
parent | 69552b1defcd77748de87fc4c9311b1baec1361d (diff) |
chore: remove TODO about manual JSON parsing (#6878)
-rw-r--r-- | cli/diagnostics.rs | 3 |
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; |