Skip to content

Commit d27518b

Browse files
committed
Fix build
1 parent 8340d4b commit d27518b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extern crate hex;
7878
extern crate log;
7979
extern crate postgres_protocol;
8080
#[macro_use]
81-
#[macro_export]
81+
#[macro_reexport]
8282
extern crate postgres_shared;
8383

8484
use fallible_iterator::FallibleIterator;

0 commit comments

Comments
 (0)