]> git.lizzy.rs Git - rust.git/commitdiff
Allow vec.rs to be over 3000 lines :(
authorJoshua Nelson <jyn514@gmail.com>
Tue, 10 Mar 2020 23:49:45 +0000 (23:49 +0000)
committerJoshua Nelson <jyn514@gmail.com>
Tue, 10 Mar 2020 23:49:45 +0000 (23:49 +0000)
src/liballoc/vec.rs

index 9f30ca29c03863c4db45279c0166fd1dc0776ab8..b9bd0dd8a1ea51fea59f551aec6a5ae1bd442e6c 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-tidy-filelength
 //! A contiguous growable array type with heap-allocated contents, written
 //! `Vec<T>`.
 //!