We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db16fa2 commit 9e7ce9dCopy full SHA for 9e7ce9d
tests/ui-toml/functions_maxlines/test.stderr
@@ -1,4 +1,4 @@
1
-error: this function has a large number of lines
+error: this function has too many lines (2/1)
2
--> $DIR/test.rs:18:1
3
|
4
LL | / fn too_many_lines() {
@@ -9,7 +9,7 @@ LL | | }
9
10
= note: `-D clippy::too-many-lines` implied by `-D warnings`
11
12
13
--> $DIR/test.rs:38:1
14
15
LL | / fn comment_before_code() {
0 commit comments