ignore-tidy-filelength on all files with greater than 3000 lines

This commit is contained in:
varkor 2019-04-22 15:29:04 +01:00
parent 949658345c
commit aa388f1d11
25 changed files with 52 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// ignore-tidy-filelength
use crate::ast::{AngleBracketedArgs, AsyncArgument, ParenthesizedArgs, AttrStyle, BareFnTy};
use crate::ast::{GenericBound, TraitBoundModifier};
use crate::ast::Unsafety;