From 44ca5ee864ebff81e987263de74be7002fc6b353 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 23 Dec 2024 10:14:10 -0500 Subject: [PATCH] remove Clone from connect::Unnameable for now (#2502) --- src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connect.rs b/src/connect.rs index c366473cc..dfaf028a9 100644 --- a/src/connect.rs +++ b/src/connect.rs @@ -755,7 +755,7 @@ type BoxConn = Box; pub(crate) mod sealed { use super::*; - #[derive(Debug, Clone)] + #[derive(Debug)] pub struct Unnameable(pub(super) Uri); pin_project! {