We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51221bc commit 03a6495Copy full SHA for 03a6495
src/lib.rs
@@ -1,8 +1,8 @@
1
//! Postgres support for the `r2d2` connection pool.
2
#![doc(html_root_url="https://sfackler.github.io/r2d2-postgres/doc/v0.10.1")]
3
#![warn(missing_docs)]
4
-extern crate r2d2;
5
-extern crate postgres;
+pub extern crate r2d2;
+pub extern crate postgres;
6
7
use std::error;
8
use std::error::Error as _StdError;
0 commit comments