diff options
Diffstat (limited to 'cli/colors.rs')
-rw-r--r-- | cli/colors.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/colors.rs b/cli/colors.rs index 931d36de5..f792e2b33 100644 --- a/cli/colors.rs +++ b/cli/colors.rs @@ -1,5 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -// TODO(ry) Replace ansi_term with termcolor. use ansi_term::Color::Black; use ansi_term::Color::Fixed; use ansi_term::Color::Red; |