Deprecate connection pool

This commit is contained in:
Steven Fackler 2014-08-05 23:28:08 -07:00
parent 7d8424418c
commit f04fc0d118
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//! A simple connection pool
#![deprecated="Use https://github.com/sfackler/r2d2-postgres instead"]
use std::sync::{Arc, Mutex};

View File

@ -1,3 +1,5 @@
#![allow(deprecated)]
use std::comm;
use std::sync::Future;