aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpu.rs
diff options
context:
space:
mode:
authortanishka <109246904+taniishkaaa@users.noreply.github.com>2024-10-04 10:59:10 +0530
committerGitHub <noreply@github.com>2024-10-04 05:29:10 +0000
commit03b8034f6805a2ffdd0d44f59461dc3948c62565 (patch)
treeed675229be77ad25e1fe9d9245ea033cd8ee49e0 /components/script/dom/gpu.rs
parent6e043cd09ed76c0bb4fa92cea2693dc70f42ba52 (diff)
downloadservo-03b8034f6805a2ffdd0d44f59461dc3948c62565.tar.gz
servo-03b8034f6805a2ffdd0d44f59461dc3948c62565.zip
clippy: Fix several warnings in `components/script` and `components/webgpu` (#33633)
* clippy: Fix several warnings in components Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com> * fix: Allow upper_case_acronyms Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com> * clippy: Fix more warnings Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com> --------- Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
Diffstat (limited to 'components/script/dom/gpu.rs')
-rw-r--r--components/script/dom/gpu.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/gpu.rs b/components/script/dom/gpu.rs
index 27b2c8908e9..5d688478491 100644
--- a/components/script/dom/gpu.rs
+++ b/components/script/dom/gpu.rs
@@ -28,6 +28,7 @@ use crate::realms::InRealm;
use crate::task_source::{TaskSource, TaskSourceName};
#[dom_struct]
+#[allow(clippy::upper_case_acronyms)]
pub struct GPU {
reflector_: Reflector,
}