diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index fd791974d..b63fd4134 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -24,7 +24,6 @@ pub use deno_webidl; pub use deno_websocket; pub use deno_webstorage; -pub mod colors; pub mod errors; pub mod fmt_errors; pub mod fs_util; |