We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6295aba commit c37571dCopy full SHA for c37571d
src/librustc_typeck/astconv.rs
@@ -2,6 +2,8 @@
2
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
3
//! instance of `AstConv`.
4
5
+// ignore-tidy-filelength
6
+
7
use crate::collect::PlaceholderHirTyCollector;
8
use crate::lint;
9
use crate::middle::lang_items::SizedTraitLangItem;
0 commit comments