mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Updating to just warn for one test.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#![warn(clippy::all, clippy::pedantic)]
|
||||
#![warn(clippy::too_many_lines)]
|
||||
|
||||
// TOO_MANY_LINES
|
||||
fn good_lines() {
|
||||
/* println!("This is good."); */
|
||||
// println!("This is good.");
|
||||
|
||||
Reference in New Issue
Block a user