aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread_2020
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_thread_2020')
-rw-r--r--components/layout_thread_2020/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs
index c15316f92aa..28323c04c2a 100644
--- a/components/layout_thread_2020/lib.rs
+++ b/components/layout_thread_2020/lib.rs
@@ -495,6 +495,7 @@ impl Layout for LayoutThread {
#[allow(clippy::too_many_arguments)]
impl LayoutThread {
+ #[allow(clippy::too_many_arguments)]
fn new(
id: PipelineId,
url: ServoUrl,
@@ -589,6 +590,7 @@ impl LayoutThread {
#[allow(clippy::too_many_arguments)]
// Create a layout context for use in building display lists, hit testing, &c.
+ #[allow(clippy::too_many_arguments)]
fn build_layout_context<'a>(
&'a self,
guards: StylesheetGuards<'a>,