about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-12-23 18:09:11 -0500
committerSteve Klabnik <steve@steveklabnik.com>2015-12-23 18:09:11 -0500
commit1dce223d50e2c40942291976b2886d3e966e55db (patch)
tree4109133ebbd7ff0acbe2a88a5307664b482dd5ac /src/libstd
parent884021b79a3865ba3336d79a6b4f65183b836911 (diff)
parenta8df425dd51a9157e08ba1f78c2bb76cf09b8e4e (diff)
downloadrust-1dce223d50e2c40942291976b2886d3e966e55db.tar.gz
rust-1dce223d50e2c40942291976b2886d3e966e55db.zip
Rollup merge of #30465 - androm3da:master, r=alexcrichton
The `dynamic_lib` library has been deprecated in favor of contents on crates.io, but apparently `libloading` is a more specific direction that fits the need.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/dynamic_lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs
index 62ec23ccb20..4d805e17a76 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 'dylib' on crates.io")]
 #![allow(missing_docs)]
 #![allow(deprecated)]