diff options
| author | C <DeveloperC@protonmail.com> | 2020-12-05 01:42:29 +0000 |
|---|---|---|
| committer | C <DeveloperC@protonmail.com> | 2020-12-29 14:03:30 +0000 |
| commit | 6002b280f119a12631da0d1bb7e6adad53cefc95 (patch) | |
| tree | f717b9f106cdccb7ed462e93ea23184b240d8d09 | |
| parent | bd49a60f2943c313adae8582f266b875c9b7eaa9 (diff) | |
| download | rust-6002b280f119a12631da0d1bb7e6adad53cefc95.tar.gz rust-6002b280f119a12631da0d1bb7e6adad53cefc95.zip | |
refactor: removing // ignore-tidy-filelength
| -rw-r--r-- | library/alloc/src/vec/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/vec/mod.rs b/library/alloc/src/vec/mod.rs index 32470941755..2947c6a299f 100644 --- a/library/alloc/src/vec/mod.rs +++ b/library/alloc/src/vec/mod.rs @@ -1,4 +1,3 @@ -// ignore-tidy-filelength //! A contiguous growable array type with heap-allocated contents, written //! `Vec<T>`. //! |
