Skip to content

Commit 03a6495

Browse files
committed
Pub crates types are used
1 parent 51221bc commit 03a6495

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)