Skip to content

Commit 7a51d2c

Browse files
WIP: refactor(core): make ValidateAsActionsError non_exhaustive
1 parent 88a8147 commit 7a51d2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wgpu-core/src/ray_tracing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ impl WebGpuError for BuildAccelerationStructureError {
217217
}
218218

219219
#[derive(Clone, Debug, Error)]
220+
#[non_exhaustive]
220221
pub enum ValidateAsActionsError {
221222
#[error(transparent)]
222223
DestroyedResource(#[from] DestroyedResourceError),

0 commit comments

Comments
 (0)