Skip to content

Commit

Permalink
XXX: not sure why but tests fail because of this lint
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-onelson committed Nov 16, 2023
1 parent e12310c commit b71cbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/connect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ pub(super) mod sealed {
fn connect(self, internal_only: Internal, dst: Uri) -> <Self::_Svc as ConnectSvc>::Future;
}

#[allow(unreachable_pub)]
pub trait ConnectSvc {
type Connection: AsyncRead + AsyncWrite + Connection + Unpin + Send + 'static;
type Error: Into<Box<dyn StdError + Send + Sync>>;
Expand Down

0 comments on commit b71cbee

Please sign in to comment.