Skip to content

Commit 3477e67

Browse files
committed
Allow vec.rs to be over 3000 lines :(
1 parent 8212584 commit 3477e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
//! A contiguous growable array type with heap-allocated contents, written
23
//! `Vec<T>`.
34
//!

0 commit comments

Comments
 (0)