mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Corrected deprecation reference to appropriate crate
This commit is contained in:
parent
cb7017ce3a
commit
a8df425dd5
@ -16,7 +16,7 @@
|
||||
reason = "API has not been scrutinized and is highly likely to \
|
||||
either disappear or change",
|
||||
issue = "27810")]
|
||||
#![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")]
|
||||
#![allow(missing_docs)]
|
||||
#![allow(deprecated)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user