Skip to content

Commit 1c81ef5

Browse files
committed
add ignore-tidy-filelength
1 parent 4aa9652 commit 1c81ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/collections/vec_deque.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-tidy-filelength
12
//! A double-ended queue implemented with a growable ring buffer.
23
//!
34
//! This queue has `O(1)` amortized inserts and removals from both ends of the

0 commit comments

Comments
 (0)