]> git.lizzy.rs Git - rust.git/commitdiff
Ignore filelength for `astconv`
authorDylan MacKenzie <ecstaticmorse@gmail.com>
Tue, 14 Jan 2020 04:30:35 +0000 (20:30 -0800)
committerDylan MacKenzie <ecstaticmorse@gmail.com>
Mon, 20 Jan 2020 09:28:10 +0000 (01:28 -0800)
src/librustc_typeck/astconv.rs

index 6726a1461052b03bb12107e490809c070286273d..9397d183493b172faa6e6c894bf01549146f26e5 100644 (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;