diff options
| author | ebadf <brian.cain@gmail.com> | 2015-12-18 10:21:13 -0600 |
|---|---|---|
| committer | ebadf <brian.cain@gmail.com> | 2015-12-18 10:21:13 -0600 |
| commit | cb7017ce3a684c167a326246258888a13403ba29 (patch) | |
| tree | f0508f6a43f84352fb9148982ca9e9428cf217cd | |
| parent | de62f9d885623318206620ddd2856a288ccd3ee4 (diff) | |
| download | rust-cb7017ce3a684c167a326246258888a13403ba29.tar.gz rust-cb7017ce3a684c167a326246258888a13403ba29.zip | |
Made dynamic_lib migration path more explicit
| -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 62ec23ccb20..9a4920cf1e9 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 crates")] +#![rustc_deprecated(since = "1.5.0", reason = "replaced with crates.io 'libloading'")] #![allow(missing_docs)] #![allow(deprecated)] |
