Skip to content

Commit 326f151

Browse files
authored
Merge pull request #325 from JordanForks/export-metrics
Export metrics from crate root
2 parents 320e151 + 4a36cd8 commit 326f151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,9 @@ pub use self::queryable::{BinaryProtocol, TextProtocol};
550550
#[doc(inline)]
551551
pub use self::queryable::stmt::Statement;
552552

553+
#[doc(inline)]
554+
pub use self::conn::pool::Metrics;
555+
553556
/// Futures used in this crate
554557
pub mod futures {
555558
pub use crate::conn::pool::futures::{DisconnectPool, GetConn};

0 commit comments

Comments
 (0)