diff options
| author | ebadf <brian.cain@gmail.com> | 2015-12-20 14:37:53 -0600 |
|---|---|---|
| committer | ebadf <brian.cain@gmail.com> | 2015-12-20 14:37:53 -0600 |
| commit | a8df425dd51a9157e08ba1f78c2bb76cf09b8e4e (patch) | |
| tree | f4786e416e4310842d80bd375d9a8cacf86380c8 | |
| parent | cb7017ce3a684c167a326246258888a13403ba29 (diff) | |
| download | rust-a8df425dd51a9157e08ba1f78c2bb76cf09b8e4e.tar.gz rust-a8df425dd51a9157e08ba1f78c2bb76cf09b8e4e.zip | |
Corrected deprecation reference to appropriate crate
| -rw-r--r-- | src/libstd/dynamic_lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs index 9a4920cf1e9..4d805e17a76 100644 --- a/src/libstd/dynamic_lib.rs +++ b/src/libstd/dynamic_lib.rs @@ -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)] |
