]> git.lizzy.rs Git - rust.git/commitdiff
Corrected deprecation reference to appropriate crate
authorebadf <brian.cain@gmail.com>
Sun, 20 Dec 2015 20:37:53 +0000 (14:37 -0600)
committerebadf <brian.cain@gmail.com>
Sun, 20 Dec 2015 20:37:53 +0000 (14:37 -0600)
src/libstd/dynamic_lib.rs

index 9a4920cf1e9f3c7c841a302b5cc00c40c93a7f72..4d805e17a76648193a410f5ab1c25fac7840ef78 100644 (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)]