Skip to content

Commit 50c82e0

Browse files
Unknownunknown
authored andcommitted
Updating to just warn for one test.
1 parent c1f4e18 commit 50c82e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/functions_maxlines.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#![warn(clippy::all, clippy::pedantic)]
1+
#![warn(clippy::too_many_lines)]
22

3-
// TOO_MANY_LINES
43
fn good_lines() {
54
/* println!("This is good."); */
65
// println!("This is good.");

0 commit comments

Comments
 (0)