summaryrefslogtreecommitdiff
path: root/ext/tls/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tls/lib.rs')
-rw-r--r--ext/tls/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/lib.rs b/ext/tls/lib.rs
index fb4fac85b..b29a142b9 100644
--- a/ext/tls/lib.rs
+++ b/ext/tls/lib.rs
@@ -6,7 +6,7 @@ pub use rustls_native_certs;
pub use webpki;
pub use webpki_roots;
-use deno_core::error::anyhow;
+use deno_core::anyhow::anyhow;
use deno_core::error::custom_error;
use deno_core::error::generic_error;
use deno_core::error::AnyError;