1
Fork 0

Update error code docs

This commit is contained in:
Jacob Pratt 2022-04-11 20:41:10 -04:00
parent e46f8b23dd
commit bfdf234fae
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
6 changed files with 18 additions and 19 deletions

View file

@ -2206,7 +2206,7 @@ declare_lint! {
/// and then this lint will ensure that the item is no longer used in the
/// standard library. See the [stability documentation] for more details.
///
/// [stability documentation]: https://rustc-dev-guide.rust-lang.org/stability.html#rustc_deprecated
/// [stability documentation]: https://rustc-dev-guide.rust-lang.org/stability.html#deprecated
pub DEPRECATED_IN_FUTURE,
Allow,
"detects use of items that will be deprecated in a future version",