diff options
Diffstat (limited to 'ext/tls/lib.rs')
-rw-r--r-- | ext/tls/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tls/lib.rs b/ext/tls/lib.rs index 91eb4c54b..68bd2fcc1 100644 --- a/ext/tls/lib.rs +++ b/ext/tls/lib.rs @@ -1,6 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -pub use reqwest; pub use rustls; pub use rustls_native_certs; pub use webpki; |