Skip to content

Commit d74d5be

Browse files
CoAlloc: VecDeque: minor cleanup
1 parent cb22e2f commit d74d5be

File tree

1 file changed

+0
-1
lines changed
  • library/alloc/src/collections/vec_deque

1 file changed

+0
-1
lines changed

library/alloc/src/collections/vec_deque/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,6 @@ where
14061406
pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A, COOP_PREFERRED>
14071407
where
14081408
R: RangeBounds<usize>,
1409-
[(); alloc::co_alloc_metadata_num_slots_with_preference::<A>(SHORT_TERM_VEC_PREFERS_COOP!())]:,
14101409
{
14111410
// Memory safety
14121411
//

0 commit comments

Comments
 (0)