We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8340d4b commit d27518bCopy full SHA for d27518b
postgres/src/lib.rs
@@ -78,7 +78,7 @@ extern crate hex;
78
extern crate log;
79
extern crate postgres_protocol;
80
#[macro_use]
81
-#[macro_export]
+#[macro_reexport]
82
extern crate postgres_shared;
83
84
use fallible_iterator::FallibleIterator;
0 commit comments