https://github.com/rust-lang/rust/blob/master/src/libcore/ptr/mod.rs
It is currently at 2974 lines, and applying rustfmt to it puts it over tidy's 3000 line filelength limit.
I will add // ignore-tidy-filelength for now because having it formatted is more important than having it below the line count limit, but we will want to follow up with one or more PRs to factor this file better.
https://github.com/rust-lang/rust/blob/master/src/libcore/ptr/mod.rs
It is currently at 2974 lines, and applying rustfmt to it puts it over tidy's 3000 line filelength limit.
I will add
// ignore-tidy-filelengthfor now because having it formatted is more important than having it below the line count limit, but we will want to follow up with one or more PRs to factor this file better.