diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-25 18:38:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 18:38:08 -0500 |
| commit | 6de3d7f184a4490d342a4c43af6a04b0b26f8cfd (patch) | |
| tree | cdb69a46a85bf0908cfe45ebd3f06e3ada608454 /cli/main.rs | |
| parent | dcb4ffb93a380710c32cc212b937ea38db5ceacc (diff) | |
refactor: move cdp.rs to tools/repl (#16821)
Diffstat (limited to 'cli/main.rs')
| -rw-r--r-- | cli/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 2fb595b79..e42c6325e 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -3,7 +3,6 @@ mod args; mod auth_tokens; mod cache; -mod cdp; mod checksum; mod deno_dir; mod deno_std; |
