diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-26 12:34:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 12:34:25 -0400 |
commit | f46e39c5c5435696daab9df075482e6e5c83533b (patch) | |
tree | 7699e06977e1149b5d056739f981c0217a91ed5e /cli/lockfile.rs | |
parent | 6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff) |
remove macro_use (#9884)
Diffstat (limited to 'cli/lockfile.rs')
-rw-r--r-- | cli/lockfile.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lockfile.rs b/cli/lockfile.rs index d3470145e..0b52f5ee7 100644 --- a/cli/lockfile.rs +++ b/cli/lockfile.rs @@ -2,6 +2,7 @@ use deno_core::serde_json; use deno_core::serde_json::json; +use log::debug; use std::collections::BTreeMap; use std::io::Result; use std::path::PathBuf; |