Made dynamic_lib migration path more explicit

This commit is contained in:
ebadf 2015-12-18 10:21:13 -06:00
parent de62f9d885
commit cb7017ce3a

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 crates")]
#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io 'libloading'")]
#![allow(missing_docs)]
#![allow(deprecated)]