diff options
Diffstat (limited to 'cli/text_encoding.rs')
-rw-r--r-- | cli/text_encoding.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |