Skip to content

Commit ae3bcb7

Browse files
Unknownunknown
Unknown
authored and
unknown
committed
Updating to just warn for one test.
1 parent 057037a commit ae3bcb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/functions_maxlines.rs

+1-2
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)