Skip to content

Commit

Permalink
add ignore-tidy-filelength
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Feb 23, 2020
1 parent 4aa9652 commit 1c81ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liballoc/collections/vec_deque.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore-tidy-filelength
//! A double-ended queue implemented with a growable ring buffer.
//!
//! This queue has `O(1)` amortized inserts and removals from both ends of the
Expand Down

0 comments on commit 1c81ef5

Please sign in to comment.