Skip to content

Commit f6a3af1

Browse files
refactor(deno_webgpu): remove unused allow(dead_code) on GPUError::Internal
1 parent 495df81 commit f6a3af1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deno_webgpu/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ pub enum GPUError {
166166
Validation(String),
167167
#[class("GPUOutOfMemoryError")]
168168
OutOfMemory,
169-
#[allow(dead_code)]
170169
#[class("GPUInternalError")]
171170
Internal,
172171
}

0 commit comments

Comments
 (0)