Skip to content

Commit 6463f09

Browse files
committed
ignore comments in tidy-filelength
1 parent e7dd190 commit 6463f09

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)