Skip to content

Commit 5444148

Browse files
committed
Revert "Fix tidy"
This reverts commit 1908892.
1 parent 8d81c03 commit 5444148

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/liballoc/collections/vec_deque.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1870,8 +1870,7 @@ impl<T> VecDeque<T> {
18701870
self.copy_slice(src_high);
18711871
}
18721872

1873-
// Some values now exist in both `other` and `self` but are made inaccessible
1874-
// in`other`.
1873+
// Some values now exist in both `other` and `self` but are made inaccessible in `other`.
18751874
other.tail = other.head;
18761875
}
18771876
}

0 commit comments

Comments
 (0)