Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a60b791

Browse files
committedFeb 21, 2022
Add ignore-tidy-filelength
1 parent fb5539b commit a60b791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎compiler/rustc_typeck/src/collect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
//! "Collection" is the process of determining the type and other external
23
//! details of each item in Rust. Collection is specifically concerned
34
//! with *inter-procedural* things -- for example, for a function

0 commit comments

Comments
 (0)
Please sign in to comment.