Skip to content

Commit

Permalink
TryFrom is already pre-included in edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 8, 2022
1 parent e5ac494 commit ebb509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/src/local/http/http_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl ProxyHttpStream {
use byte_string::ByteStr;
use log::warn;
use once_cell::sync::Lazy;
use std::{convert::TryFrom, sync::Arc};
use std::sync::Arc;
use tokio_rustls::{
rustls::{Certificate, ClientConfig, OwnedTrustAnchor, RootCertStore, ServerName},
TlsConnector,
Expand Down

0 comments on commit ebb509d

Please sign in to comment.