diff options
Diffstat (limited to 'components/script/dom/gpudevice.rs')
-rw-r--r-- | components/script/dom/gpudevice.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/gpudevice.rs b/components/script/dom/gpudevice.rs index d2d2b2013d8..1cc00110146 100644 --- a/components/script/dom/gpudevice.rs +++ b/components/script/dom/gpudevice.rs @@ -238,6 +238,7 @@ impl GPUDeviceMethods for GPUDevice { } /// https://gpuweb.github.io/gpuweb/#GPUDevice-createBindGroupLayout + #[allow(non_snake_case)] fn CreateBindGroupLayout( &self, descriptor: &GPUBindGroupLayoutDescriptor, |