We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa9652 commit 1c81ef5Copy full SHA for 1c81ef5
src/liballoc/collections/vec_deque.rs
@@ -1,3 +1,4 @@
1
+// ignore-tidy-filelength
2
//! A double-ended queue implemented with a growable ring buffer.
3
//!
4
//! This queue has `O(1)` amortized inserts and removals from both ends of the
0 commit comments