2019-01-13 23:53:56 +01:00
|
|
|
error: This function has a large number of lines.
|
2019-01-15 04:32:12 +01:00
|
|
|
--> $DIR/functions_maxlines.rs:58:1
|
2019-01-13 23:53:56 +01:00
|
|
|
|
|
|
|
|
LL | / fn bad_lines() {
|
2019-09-03 06:25:54 +02:00
|
|
|
LL | | println!("Dont get confused by braces: {{}}");
|
2019-01-13 23:53:56 +01:00
|
|
|
LL | | println!("This is bad.");
|
|
|
|
LL | | println!("This is bad.");
|
|
|
|
... |
|
|
|
|
LL | | println!("This is bad.");
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::too-many-lines` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|