Skip to content

Commit 58edd24

Browse files
committed
Auto merge of rust-lang#87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Simulacrum
Ignore comments in tidy-filelength Ref rust-lang#60302 (comment)
2 parents 8afe144 + 6463f09 commit 58edd24

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

core/src/iter/traits/iterator.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// ignore-tidy-filelength
2-
// This file almost exclusively consists of the definition of `Iterator`. We
3-
// can't split that into multiple files.
4-
51
use crate::cmp::{self, Ordering};
62
use crate::ops::{ControlFlow, Try};
73

core/src/slice/iter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-tidy-filelength
21
//! Definitions of a bunch of iterators for `[T]`.
32
43
#[macro_use] // import iterator! and forward_iterator!

core/src/slice/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-tidy-filelength
2-
31
//! Slice management and manipulation.
42
//!
53
//! For more details see [`std::slice`].

std/src/collections/hash/map.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-tidy-filelength
2-
31
#[cfg(test)]
42
mod tests;
53

0 commit comments

Comments
 (0)