Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 8, 2023
1 parent 109d94a commit 7130619
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tokio/rustls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ where

#[cfg(feature = "tokio-rustls-native-certs")]
{
use real_tokio_rustls::rustls::Certificate;

let native_certs = rustls_native_certs::load_native_certs()?;
let der_certs: Vec<Vec<u8>> =
native_certs.into_iter().map(|cert| cert.0).collect();
Expand Down

0 comments on commit 7130619

Please sign in to comment.