diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-09 11:10:03 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-07-10 07:13:59 -0400 |
| commit | 56a9237b595b4523f2be3123d52662739e89d4c2 (patch) | |
| tree | 0c8e4f0e43bba5e09c02bda92cb6c2dd74d15285 /src/libsyntax | |
| parent | 096cb4137dcc1901ae11fe5e8c5bb602bef7199c (diff) | |
| download | rust-56a9237b595b4523f2be3123d52662739e89d4c2.tar.gz rust-56a9237b595b4523f2be3123d52662739e89d4c2.zip | |
File is now short enough for tidy
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/print/pprust.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index 8da8d3dc540..8050026a00d 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -1,5 +1,3 @@ -// ignore-tidy-filelength - use crate::ast::{self, BlockCheckMode, PatKind, RangeEnd, RangeSyntax}; use crate::ast::{SelfKind, GenericBound, TraitBoundModifier}; use crate::ast::{Attribute, MacDelimiter, GenericArg}; |
