diff --git a/quinn/src/connection.rs b/quinn/src/connection.rs index fbc33f6949..e2c0e1e35c 100644 --- a/quinn/src/connection.rs +++ b/quinn/src/connection.rs @@ -1052,7 +1052,7 @@ pub(crate) struct ConnectionInner { /// /// This contains a weak reference to the connection so will not itself keep the connection /// alive. -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct WeakConnectionHandle(Weak); impl WeakConnectionHandle {