We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ebf3a commit ec43eb8Copy full SHA for ec43eb8
1 file changed
src/lib.rs
@@ -564,7 +564,7 @@ impl InnerPostgresConnection {
564
let mut conn = InnerPostgresConnection {
565
stream: BufferedStream::new(stream),
566
next_stmt_id: 0,
567
- notice_handler: ~DefaultNoticeHandler,
+ notice_handler: box DefaultNoticeHandler,
568
notifications: RingBuf::new(),
569
cancel_data: PostgresCancelData { process_id: 0, secret_key: 0 },
570
unknown_types: HashMap::new(),
0 commit comments