Skip to content

Commit

Permalink
remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Oct 5, 2023
1 parent 660e0b0 commit 51b8457
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/websocket/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@ use http::Uri;
use hyper::Body;
use once_cell::sync::Lazy;
use rustls::RootCertStore;
use rustls::RootCertStore;
use rustls::ServerName;
use rustls::ServerName;
use rustls_tokio_stream::TlsStream;
use rustls_tokio_stream::TlsStream;
use serde::Serialize;
use std::borrow::Cow;
use std::cell::Cell;
use std::cell::RefCell;
use std::convert::TryFrom;
use std::fmt;
use std::future::Future;
use std::num::NonZeroUsize;
use std::path::PathBuf;
use std::rc::Rc;
use std::sync::Arc;
Expand Down

0 comments on commit 51b8457

Please sign in to comment.