Allow deprecation in a deprecated module
c.c
This commit is contained in:
parent
a94ced8dd0
commit
53407e7ae0
@ -1,5 +1,6 @@
|
||||
//! A simple connection pool
|
||||
#![deprecated="Use https://github.com/sfackler/r2d2-postgres instead"]
|
||||
#![allow(deprecated)]
|
||||
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user