From 1ceecbd06246efeb3d56f778bc786958bf3f90f7 Mon Sep 17 00:00:00 2001 From: Triton171 Date: Wed, 10 Aug 2022 15:04:09 +0200 Subject: [PATCH] Fix clippy warning. --- helix-core/src/indent.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index ac67bce28..df69eb73e 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -492,6 +492,7 @@ fn query_indents( /// }, /// ); /// ``` +#[allow(clippy::too_many_arguments)] pub fn treesitter_indent_for_pos( query: &Query, syntax: &Syntax,