Skip to content

Commit 7b6edbf

Browse files
committed
[fix] into_raw to only be visible to the crate.
1 parent 68f96e8 commit 7b6edbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lambda-rs-platform/src/wgpu/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct CommandBuffer {
1818

1919
impl CommandBuffer {
2020
/// Convert to the raw wgpu command buffer.
21-
pub fn into_raw(self) -> wgpu::CommandBuffer {
21+
pub(crate) fn into_raw(self) -> wgpu::CommandBuffer {
2222
self.raw
2323
}
2424
}

0 commit comments

Comments
 (0)