Skip to content

Commit a8df425

Browse files
committed
Corrected deprecation reference to appropriate crate
1 parent cb7017c commit a8df425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/dynamic_lib.rs

+1-1
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 'libloading'")]
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)