Deprecate connection pool
This commit is contained in:
parent
7d8424418c
commit
f04fc0d118
@ -1,4 +1,5 @@
|
||||
//! A simple connection pool
|
||||
#![deprecated="Use https://github.com/sfackler/r2d2-postgres instead"]
|
||||
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(deprecated)]
|
||||
|
||||
use std::comm;
|
||||
use std::sync::Future;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user