refactor: removing // ignore-tidy-filelength

This commit is contained in:
C 2020-12-05 01:42:29 +00:00
parent bd49a60f29
commit 6002b280f1

View File

@ -1,4 +1,3 @@
// ignore-tidy-filelength
//! A contiguous growable array type with heap-allocated contents, written
//! `Vec<T>`.
//!