We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7017c commit a8df425Copy full SHA for a8df425
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 'libloading'")]
+#![rustc_deprecated(since = "1.5.0", reason = "replaced with 'dylib' on crates.io")]
20
#![allow(missing_docs)]
21
#![allow(deprecated)]
22
0 commit comments