Corrected deprecation reference to appropriate crate

This commit is contained in:
ebadf 2015-12-20 14:37:53 -06:00
parent cb7017ce3a
commit a8df425dd5

View File

@ -16,7 +16,7 @@
reason = "API has not been scrutinized and is highly likely to \
either disappear or change",
issue = "27810")]
#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io 'libloading'")]
#![rustc_deprecated(since = "1.5.0", reason = "replaced with 'dylib' on crates.io")]
#![allow(missing_docs)]
#![allow(deprecated)]