From cb7017ce3a684c167a326246258888a13403ba29 Mon Sep 17 00:00:00 2001 From: ebadf Date: Fri, 18 Dec 2015 10:21:13 -0600 Subject: [PATCH] Made dynamic_lib migration path more explicit --- src/libstd/dynamic_lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs index 62ec23ccb200..9a4920cf1e9f 100644 --- a/src/libstd/dynamic_lib.rs +++ b/src/libstd/dynamic_lib.rs @@ -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)]