Metadata collection monster eating deprecated lints

This commit is contained in:
xFrednet
2021-05-08 13:29:59 +02:00
parent 65951c969f
commit d849e9586e
3 changed files with 62 additions and 21 deletions

View File

@@ -162,6 +162,8 @@ macro_rules! extract_msrv_attr {
mod consts;
#[macro_use]
mod utils;
#[cfg(feature = "metadata-collector-lint")]
mod deprecated_lints;
// begin lints modules, do not remove this comment, its used in `update_lints`
mod absurd_extreme_comparisons;