Auto merge of #7885 - devonhollowood:deprecated-cleanup, r=llogiq
Clean up `tests/ui/deprecated.rs` Clean up `tests/ui/deprecated.rs` Along with #7884, this fixes #7057 changelog: none
This commit is contained in:
commit
ed71addee7
3 changed files with 89 additions and 93 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// NOTE: if you add a deprecated lint in this file, please add a corresponding test in
|
||||
// tests/ui/deprecated.rs
|
||||
|
||||
/// This struct fakes the `Lint` declaration that is usually created by `declare_lint!`. This
|
||||
/// enables the simple extraction of the metadata without changing the current deprecation
|
||||
/// declaration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue