From c37571dfe0cd011ca90cc6116ab97cde398eca9f Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Sat, 11 Jan 2020 17:26:03 -0800 Subject: [PATCH] Placate tidy --- src/librustc_typeck/astconv.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/librustc_typeck/astconv.rs b/src/librustc_typeck/astconv.rs index 4cd91c0bf2a4c..6edaad0d96658 100644 --- a/src/librustc_typeck/astconv.rs +++ b/src/librustc_typeck/astconv.rs @@ -2,6 +2,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;