mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Fix test broken by removing comment.
This commit is contained in:
parent
ae3bcb770e
commit
21e2b13125
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
error: This function has a large number of lines.
|
||||
--> $DIR/functions_maxlines.rs:59:1
|
||||
--> $DIR/functions_maxlines.rs:58:1
|
||||
|
|
||||
LL | / fn bad_lines() {
|
||||
LL | | println!("This is bad.");
|
||||
|
|
Loading…
Reference in a new issue