File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ before_script:
7
7
- ./travis/setup.sh
8
8
script :
9
9
- rustpkg --cfg travis test
10
+ - rustpkg build
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ fn main() {
69
69
70
70
extern mod extra;
71
71
72
- use std;
73
72
use extra:: container:: Deque ;
74
73
use extra:: ringbuf:: RingBuf ;
75
74
use extra:: url:: { UserInfo , Url } ;
@@ -542,7 +541,7 @@ impl InnerPostgresConnection {
542
541
543
542
fn set_notice_handler ( & mut self , handler : ~PostgresNoticeHandler )
544
543
-> ~PostgresNoticeHandler {
545
- std:: util:: replace ( & mut self . notice_handler , handler)
544
+ :: std:: util:: replace ( & mut self . notice_handler , handler)
546
545
}
547
546
548
547
fn try_prepare < ' a > ( & mut self , query : & str , conn : & ' a PostgresConnection )
You can’t perform that action at this time.
0 commit comments