Skip to content

Commit 96aa844

Browse files
committed
This doesn't need to be pub
1 parent 8e53e0d commit 96aa844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dma/raw_descriptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl RawDescriptor {
5858
}
5959

6060
pub struct DescriptorRing<'data, T> {
61-
pub descriptors: &'data mut [T],
61+
descriptors: &'data mut [T],
6262
buffers: &'data mut [[u8; MTU + 2]],
6363
}
6464

0 commit comments

Comments
 (0)