diff options
author | orvit <cdavis4short@gmail.com> | 2022-07-14 16:52:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 07:52:44 +1000 |
commit | dbf5e95b59656b05f28218a27d128cae9fd68342 (patch) | |
tree | a5aa4d6cde6f39c2439036eb73243c46d2a6a63e /cli/proc_state.rs | |
parent | 1a7259b04b7229f6350a7a7c21b50497b5c80c17 (diff) |
refactor: remove redundant qualification of symbols in Rust (#15201)
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index ae0290b2c..bb51b6f1a 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -421,7 +421,7 @@ impl ProcState { self.options.resolve_ts_config_for_emit(config_type)?; if let Some(ignored_options) = ts_config_result.maybe_ignored_options { - log::warn!("{}", ignored_options); + warn!("{}", ignored_options); } // start type checking if necessary @@ -626,7 +626,7 @@ impl ProcState { }; Ok( - deno_graph::create_graph( + create_graph( roots, false, maybe_imports, |