Skip to content

Commit 3b1a9d3

Browse files
Ignore filelength for astconv
1 parent adbd01e commit 3b1a9d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_typeck/astconv.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
44
//! instance of `AstConv`.
55
6+
// ignore-tidy-filelength
7+
68
use crate::collect::PlaceholderHirTyCollector;
79
use crate::lint;
810
use crate::middle::lang_items::SizedTraitLangItem;

0 commit comments

Comments
 (0)