From aa388f1d11da024898d823ce24654766a4cc3459 Mon Sep 17 00:00:00 2001 From: varkor Date: Mon, 22 Apr 2019 15:29:04 +0100 Subject: ignore-tidy-filelength on all files with greater than 3000 lines --- src/libsyntax/parse/parser.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 75d687be280..8efe84cdf01 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1,3 +1,5 @@ +// ignore-tidy-filelength + use crate::ast::{AngleBracketedArgs, AsyncArgument, ParenthesizedArgs, AttrStyle, BareFnTy}; use crate::ast::{GenericBound, TraitBoundModifier}; use crate::ast::Unsafety; -- cgit 1.4.1-3-g733a5