about summary refs log tree commit diff
path: root/clippy_lints/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-07 05:00:53 +0000
committerbors <bors@rust-lang.org>2021-10-07 05:00:53 +0000
commit01ea06acb730fea7cea41ff3dba414f41449af2f (patch)
treeee294b4ed3f59be06fff32b0ae0b0d35d1490dd9 /clippy_lints/src
parent11492c75a39b26c19f3e5655d425b2db8a0b4e00 (diff)
parent8f075ec961bea50074f96d48be851eccd94a065f (diff)
downloadrust-01ea06acb730fea7cea41ff3dba414f41449af2f.tar.gz
rust-01ea06acb730fea7cea41ff3dba414f41449af2f.zip
Auto merge of #7780 - mikerite:update_lints_mod_revert, r=llogiq
Revert `update_lints` module list generating code

This commit reverts the module list generation code to what it was
before the change to `include!` it and generates better output.

changelog: none
Diffstat (limited to 'clippy_lints/src')
-rw-r--r--clippy_lints/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/clippy_lints/src/lib.rs b/clippy_lints/src/lib.rs
index c2376575cb8..9fc6a9e0ccc 100644
--- a/clippy_lints/src/lib.rs
+++ b/clippy_lints/src/lib.rs
@@ -156,10 +156,6 @@ mod deprecated_lints;
 mod utils;
 
 // begin lints modules, do not remove this comment, it’s used in `update_lints`
-// This file was generated by `cargo dev update_lints`.
-// Use that command to update this file and do not edit by hand.
-// Manual edits will be overwritten.
-
 mod absurd_extreme_comparisons;
 mod approx_const;
 mod arithmetic;
@@ -390,7 +386,6 @@ mod wildcard_imports;
 mod write;
 mod zero_div_zero;
 mod zero_sized_map_values;
-
 // end lints modules, do not remove this comment, it’s used in `update_lints`
 
 pub use crate::utils::conf::Conf;