Skip to content

Commit 73b842b

Browse files
yaahcflip1995
andcommitted
Update clippy_dev/src/main.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent 5a7f36f commit 73b842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub struct Lint {{
102102
pub module: &'static str,
103103
}}
104104
105-
pub const ALL_LINTS: [Lint; {}] = {:#?};",
105+
pub const ALL_LINTS: [Lint; {}] = {:#?};\n",
106106
lint_list.len(),
107107
lint_list
108108
),

0 commit comments

Comments
 (0)