From c821e8f2f1fb8ad5e9eb00854277cafc8c80b2f5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 6 Sep 2020 02:34:02 +0200 Subject: Move JSON ops to deno_core (#7336) --- cli/text_encoding.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/text_encoding.rs') diff --git a/cli/text_encoding.rs b/cli/text_encoding.rs index 9d8e5bcc9..bf40f3a3c 100644 --- a/cli/text_encoding.rs +++ b/cli/text_encoding.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use encoding_rs::*; use std::{ borrow::Cow, -- cgit v1.2.3