Skip to content

Commit 4fd7527

Browse files
authored
Merge pull request #632 from shelvacu/patch-1
Add Debug and Clone to `AsyncMessage`
2 parents 90f763b + c9a21f8 commit 4fd7527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ impl Notification {
220220

221221
/// An asynchronous message from the server.
222222
#[allow(clippy::large_enum_variant)]
223+
#[derive(Debug, Clone)]
223224
#[non_exhaustive]
224225
pub enum AsyncMessage {
225226
/// A notice.

0 commit comments

Comments
 (0)