Skip to content

Commit 1dce223

Browse files
committed
Rollup merge of rust-lang#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.
2 parents 884021b + a8df425 commit 1dce223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/dynamic_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
reason = "API has not been scrutinized and is highly likely to \
1717
either disappear or change",
1818
issue = "27810")]
19-
#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io crates")]
19+
#![rustc_deprecated(since = "1.5.0", reason = "replaced with 'dylib' on crates.io")]
2020
#![allow(missing_docs)]
2121
#![allow(deprecated)]
2222

0 commit comments

Comments
 (0)