From 6851b489f59147cf7955a9ce32e496a6c479fab5 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 21 Mar 2023 10:34:22 +0100 Subject: [PATCH] Fix test-tidy for Layout 2020 It seems this wasn't caught by CI when landing the build fix yesterday. --- components/layout_thread_2020/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index d28fab9995a..fd94c32dc0c 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -1235,7 +1235,6 @@ impl LayoutThread { rw_data.nodes_from_point_response = results.iter().map(|result| result.node).collect() - }, &QueryMsg::ElementInnerTextQuery(node) => { let node = unsafe { ServoLayoutNode::new(&node) };