Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Simulacrum

Ignore comments in tidy-filelength

Ref https://github.com/rust-lang/rust/issues/60302#issuecomment-652402127
This commit is contained in:
bors 2021-08-06 02:07:01 +00:00
commit 7129033b42
10 changed files with 4 additions and 19 deletions

View file

@ -1,5 +1,3 @@
// ignore-tidy-filelength
//! Lints in the Rust compiler.
//!
//! This contains lints which can feasibly be implemented as their own