Skip to content

Commit cb7017c

Browse files
committed
Made dynamic_lib migration path more explicit
1 parent de62f9d commit cb7017c

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 crates.io 'libloading'")]
2020
#![allow(missing_docs)]
2121
#![allow(deprecated)]
2222

0 commit comments

Comments
 (0)