mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
clippy: Fix too_many_arguments warnings (#33648)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
parent
2234bc56a5
commit
4850caeec4
8 changed files with 13 additions and 0 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue