Skip to content

Commit

Permalink
remove Clone from connect::Unnameable for now (seanmonstar#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored and AaronDewes committed Jan 4, 2025
1 parent 163259e commit ce838a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ type BoxConn = Box<dyn AsyncConnWithInfo>;

pub(crate) mod sealed {
use super::*;
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct Unnameable(pub(super) Uri);

pin_project! {
Expand Down

0 comments on commit ce838a6

Please sign in to comment.