diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-01-31 14:00:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 14:00:18 +0100 |
| commit | b7b6b9c9e5b84dea67ff6a2b691245f640644b2c (patch) | |
| tree | 3c4136f43cc9fa5f52ec1e33f35d306f6b67f695 /cli/main.rs | |
| parent | 56ea75817e57a908a3894abc7f1b85327d8a2efb (diff) | |
Revert "refactor: factor out CDP message types (#13501)" (#13540)
This reverts commit 382a978859a7a7a4351542be818bb2e59523429c.
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 f4871228e..c996425c7 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -2,7 +2,6 @@ mod auth_tokens; mod cache; -mod cdp; mod checksum; mod compat; mod config_file; |
