Fix clippy warning.
This commit is contained in:
parent
8f19956218
commit
1ceecbd062
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ fn query_indents(
|
|||
/// },
|
||||
/// );
|
||||
/// ```
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn treesitter_indent_for_pos(
|
||||
query: &Query,
|
||||
syntax: &Syntax,
|
||||
|
|
Loading…
Add table
Reference in a new issue