about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-06-19 16:35:16 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2022-07-26 19:00:31 +0200
commit4b2f06b8a91fde63a744c4b297030893d4a92c92 (patch)
treed8d4b494a65d6f2314aa5aa6fe2f4f5efb13f16c
parente2b8f0d55c3594b3bc1797131421f63edcfbe81d (diff)
downloadrust-4b2f06b8a91fde63a744c4b297030893d4a92c92.tar.gz
rust-4b2f06b8a91fde63a744c4b297030893d4a92c92.zip
Pacify tidy.
-rw-r--r--compiler/rustc_resolve/src/late/lifetimes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/late/lifetimes.rs b/compiler/rustc_resolve/src/late/lifetimes.rs
index 1d83d57fe38..94460e33d8b 100644
--- a/compiler/rustc_resolve/src/late/lifetimes.rs
+++ b/compiler/rustc_resolve/src/late/lifetimes.rs
@@ -1,4 +1,3 @@
-// ignore-tidy-filelength
 //! Resolution of early vs late bound lifetimes.
 //!
 //! Name resolution for lifetimes is performed on the AST and embedded into HIR.  From this