diff options
| author | Clément Renault <clement@meilisearch.com> | 2020-12-10 18:36:07 +0100 |
|---|---|---|
| committer | Clément Renault <clement@meilisearch.com> | 2020-12-10 18:36:07 +0100 |
| commit | 45693b43a5e779545cf6c6af909ab5c27d94e4c8 (patch) | |
| tree | f69592420734335ef4fe0f0f43d2c834b0392c3b | |
| parent | 9940c47885df3d6873aab9a78a7725cb41e8d957 (diff) | |
| download | rust-45693b43a5e779545cf6c6af909ab5c27d94e4c8.tar.gz rust-45693b43a5e779545cf6c6af909ab5c27d94e4c8.zip | |
Mute the file-length error
| -rw-r--r-- | library/core/src/slice/iter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/slice/iter.rs b/library/core/src/slice/iter.rs index 71106c66f12..a10ebacf5fb 100644 --- a/library/core/src/slice/iter.rs +++ b/library/core/src/slice/iter.rs @@ -1,3 +1,4 @@ +// ignore-tidy-filelength //! Definitions of a bunch of iterators for `[T]`. #[macro_use] // import iterator! and forward_iterator! |
