Skip to content

Commit 299faf5

Browse files
yaahcflip1995
andauthored
Update clippy_dev/src/main.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent dc1ffba commit 299faf5

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)