Ignore filelength for astconv

This commit is contained in:
Dylan MacKenzie 2020-01-13 20:30:35 -08:00
parent adbd01e84a
commit 3b1a9d35c8

View File

@ -3,6 +3,8 @@
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
//! instance of `AstConv`.
// ignore-tidy-filelength
use crate::collect::PlaceholderHirTyCollector;
use crate::lint;
use crate::middle::lang_items::SizedTraitLangItem;