We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de62f9d commit cb7017cCopy full SHA for cb7017c
src/libstd/dynamic_lib.rs
@@ -16,7 +16,7 @@
16
reason = "API has not been scrutinized and is highly likely to \
17
either disappear or change",
18
issue = "27810")]
19
-#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io crates")]
+#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io 'libloading'")]
20
#![allow(missing_docs)]
21
#![allow(deprecated)]
22
0 commit comments