mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
Ignore filelength for astconv
This commit is contained in:
parent
adbd01e84a
commit
3b1a9d35c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user