Skip to content

Commit 02a830a

Browse files
authored
Merge pull request #8 from DenisKolodin/pub-crates
Pub crates types are used
2 parents 51221bc + 03a6495 commit 02a830a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Postgres support for the `r2d2` connection pool.
22
#![doc(html_root_url="https://sfackler.github.io/r2d2-postgres/doc/v0.10.1")]
33
#![warn(missing_docs)]
4-
extern crate r2d2;
5-
extern crate postgres;
4+
pub extern crate r2d2;
5+
pub extern crate postgres;
66

77
use std::error;
88
use std::error::Error as _StdError;

0 commit comments

Comments
 (0)