Skip to content

Commit d63dda2

Browse files
committed
Pacify tidy.
1 parent e80a113 commit d63dda2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/rustc_resolve/src/late/lifetimes.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-tidy-filelength
21
//! Name resolution for lifetimes.
32
//!
43
//! Name resolution for lifetimes follows *much* simpler rules than the

compiler/rustc_typeck/src/collect.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
//! "Collection" is the process of determining the type and other external
23
//! details of each item in Rust. Collection is specifically concerned
34
//! with *inter-procedural* things -- for example, for a function

0 commit comments

Comments
 (0)