mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Update clippy_dev/src/main.rs
Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
cf88c8487a
commit
44b849521e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pub struct Lint {{
|
|||
pub module: &'static str,
|
||||
}}
|
||||
|
||||
pub const ALL_LINTS: [Lint; {}] = {:#?};",
|
||||
pub const ALL_LINTS: [Lint; {}] = {:#?};\n",
|
||||
lint_list.len(),
|
||||
lint_list
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue