We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057037a commit ae3bcb7Copy full SHA for ae3bcb7
tests/ui/functions_maxlines.rs
@@ -1,6 +1,5 @@
1
-#![warn(clippy::all, clippy::pedantic)]
+#![warn(clippy::too_many_lines)]
2
3
-// TOO_MANY_LINES
4
fn good_lines() {
5
/* println!("This is good."); */
6
// println!("This is good.");
0 commit comments