Skip to content

Commit 5f5903d

Browse files
committed
Add ignore-tidy-filelength on ty/context
This is so we avoid a massive break of other people's code. Gonna run rustfmt and split the file on a different PR.
1 parent 180fc41 commit 5f5903d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/ty/context.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
//! Type context book-keeping.
23
34
use crate::arena::Arena;

0 commit comments

Comments
 (0)