Skip to content

Commit c37571d

Browse files
Placate tidy
1 parent 6295aba commit c37571d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_typeck/astconv.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
33
//! instance of `AstConv`.
44
5+
// ignore-tidy-filelength
6+
57
use crate::collect::PlaceholderHirTyCollector;
68
use crate::lint;
79
use crate::middle::lang_items::SizedTraitLangItem;

0 commit comments

Comments
 (0)