mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
refactor(deno_webgpu): remove unused allow(dead_code) on GPUError::Internal
This commit is contained in:
parent
495df81f14
commit
f6a3af1f1d
@ -166,7 +166,6 @@ pub enum GPUError {
|
||||
Validation(String),
|
||||
#[class("GPUOutOfMemoryError")]
|
||||
OutOfMemory,
|
||||
#[allow(dead_code)]
|
||||
#[class("GPUInternalError")]
|
||||
Internal,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user