about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-02-21 19:18:00 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2022-02-21 19:18:00 +0000
commita60b79137ca7829797111a63d8f480316af71aa8 (patch)
treee33ce5ad180a81df098a427cbfbfebc81cd92c65
parentfb5539b475586c31e6e51f252dae1559343b2be7 (diff)
downloadrust-a60b79137ca7829797111a63d8f480316af71aa8.tar.gz
rust-a60b79137ca7829797111a63d8f480316af71aa8.zip
Add ignore-tidy-filelength
-rw-r--r--compiler/rustc_typeck/src/collect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_typeck/src/collect.rs b/compiler/rustc_typeck/src/collect.rs
index c8bcc1d41d3..392144ca763 100644
--- a/compiler/rustc_typeck/src/collect.rs
+++ b/compiler/rustc_typeck/src/collect.rs
@@ -1,3 +1,4 @@
+// ignore-tidy-filelength
 //! "Collection" is the process of determining the type and other external
 //! details of each item in Rust. Collection is specifically concerned
 //! with *inter-procedural* things -- for example, for a function