diff options
author | Andreu Botella <andreu@andreubotella.com> | 2022-02-15 12:17:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 12:17:30 +0100 |
commit | 760f4c9e2427e87815a8e59b0807693c8dcb623a (patch) | |
tree | cb04b2b42cfcf1fc46d74a3e4c7f86c73491d2b0 /runtime/lib.rs | |
parent | 5e845442fade02cd12d13e74222b26e217c5971d (diff) |
chore(ext/timers): move ext/timers to ext/web (#13665)
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 fef3956ea..543d3a0a2 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -8,7 +8,6 @@ pub use deno_fetch; pub use deno_ffi; pub use deno_http; pub use deno_net; -pub use deno_timers; pub use deno_tls; pub use deno_url; pub use deno_web; |