Skip to content

Commit 1908892

Browse files
committed
Fix tidy
1 parent 1a1a7f6 commit 1908892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/liballoc/collections/vec_deque.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,8 @@ 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 in `other`.
1873+
// Some values now exist in both `other` and `self` but are made inaccessible
1874+
// in`other`.
18741875
other.tail = other.head;
18751876
}
18761877
}

0 commit comments

Comments
 (0)