From 5f5903df31ae1beea85fc49e765ed57212d5346a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 22 Oct 2019 10:18:16 -0300 Subject: [PATCH] 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. --- src/librustc/ty/context.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc/ty/context.rs b/src/librustc/ty/context.rs index 2c17817f7833..bf3a73b8ff97 100644 --- a/src/librustc/ty/context.rs +++ b/src/librustc/ty/context.rs @@ -1,3 +1,4 @@ +// ignore-tidy-filelength //! Type context book-keeping. use crate::arena::Arena;