mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-11 00:58:09 -05:00
refactor(deno_webgpu): remove unused allow(dead_code) on GPUError::Internal
This commit is contained in:
@@ -166,7 +166,6 @@ pub enum GPUError {
|
||||
Validation(String),
|
||||
#[class("GPUOutOfMemoryError")]
|
||||
OutOfMemory,
|
||||
#[allow(dead_code)]
|
||||
#[class("GPUInternalError")]
|
||||
Internal,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user