Skip to content

Commit 4fcdc94

Browse files
committed
chore: rustfmt
1 parent 12f29b5 commit 4fcdc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/with_const_generics.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ impl<T, const CAP: usize> IndexMut<usize> for ConstGenericRingBuffer<T, CAP> {
356356
}
357357
}
358358

359-
360359
impl<T, const CAP: usize> SetLen for ConstGenericRingBuffer<T, CAP> {
361360
impl_ring_buffer_set_len!(readptr, writeptr);
362361
}

0 commit comments

Comments
 (0)