mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
run the specific script suggested by the error message
``` ./tests/ui-toml/update-references.sh './target/debug/test_build_base' 'functions_maxlines/test.rs' ```
This commit is contained in:
parent
db16fa26ce
commit
9e7ce9d385
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
error: this function has a large number of lines
|
error: this function has too many lines (2/1)
|
||||||
--> $DIR/test.rs:18:1
|
--> $DIR/test.rs:18:1
|
||||||
|
|
|
|
||||||
LL | / fn too_many_lines() {
|
LL | / fn too_many_lines() {
|
||||||
|
@ -9,7 +9,7 @@ LL | | }
|
||||||
|
|
|
|
||||||
= note: `-D clippy::too-many-lines` implied by `-D warnings`
|
= note: `-D clippy::too-many-lines` implied by `-D warnings`
|
||||||
|
|
||||||
error: this function has a large number of lines
|
error: this function has too many lines (2/1)
|
||||||
--> $DIR/test.rs:38:1
|
--> $DIR/test.rs:38:1
|
||||||
|
|
|
|
||||||
LL | / fn comment_before_code() {
|
LL | / fn comment_before_code() {
|
||||||
|
|
Loading…
Reference in a new issue