We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7227d12 commit e24d793Copy full SHA for e24d793
1 file changed
src/lib.rs
@@ -222,7 +222,7 @@ pub trait HandleNotice: Send {
222
/// A notice handler which logs at the `info` level.
223
///
224
/// This is the default handler used by a `Connection`.
225
-#[derive(Copy, Debug)]
+#[derive(Copy, Clone, Debug)]
226
pub struct LoggingNoticeHandler;
227
228
impl HandleNotice for LoggingNoticeHandler {
0 commit comments