ignore-tidy-filelength on all files with greater than 3000 lines
This commit is contained in:
parent
949658345c
commit
aa388f1d11
25 changed files with 52 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// ignore-tidy-filelength
|
||||
|
||||
use crate::ast::{AngleBracketedArgs, AsyncArgument, ParenthesizedArgs, AttrStyle, BareFnTy};
|
||||
use crate::ast::{GenericBound, TraitBoundModifier};
|
||||
use crate::ast::Unsafety;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue