Skip to content

Commit 44ca5ee

Browse files
authored
remove Clone from connect::Unnameable for now (#2502)
1 parent 2a7c1b6 commit 44ca5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ type BoxConn = Box<dyn AsyncConnWithInfo>;
755755

756756
pub(crate) mod sealed {
757757
use super::*;
758-
#[derive(Debug, Clone)]
758+
#[derive(Debug)]
759759
pub struct Unnameable(pub(super) Uri);
760760

761761
pin_project! {

0 commit comments

Comments
 (0)