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.
This commit is contained in:
Santiago Pastorino 2019-10-22 10:18:16 -03:00
parent 180fc413fb
commit 5f5903df31
No known key found for this signature in database
GPG key ID: 88C941CDA1D46432

View file

@ -1,3 +1,4 @@
// ignore-tidy-filelength
//! Type context book-keeping.
use crate::arena::Arena;