diff options
Diffstat (limited to 'components/script/dom/domrect.rs')
-rw-r--r-- | components/script/dom/domrect.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domrect.rs b/components/script/dom/domrect.rs index 7b0f4b1ad17..0aab9dc4d61 100644 --- a/components/script/dom/domrect.rs +++ b/components/script/dom/domrect.rs @@ -32,6 +32,7 @@ impl DOMRect { ) } + #[allow(non_snake_case)] pub fn Constructor( global: &GlobalScope, x: f64, |