Skip to content

Commit e24d793

Browse files
committed
Fix build
1 parent 7227d12 commit e24d793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub trait HandleNotice: Send {
222222
/// A notice handler which logs at the `info` level.
223223
///
224224
/// This is the default handler used by a `Connection`.
225-
#[derive(Copy, Debug)]
225+
#[derive(Copy, Clone, Debug)]
226226
pub struct LoggingNoticeHandler;
227227

228228
impl HandleNotice for LoggingNoticeHandler {

0 commit comments

Comments
 (0)