Fix clippy warning.

This commit is contained in:
Triton171 2022-08-10 15:04:09 +02:00 committed by Blaž Hrastnik
parent 8f19956218
commit 1ceecbd062

View file

@ -492,6 +492,7 @@ fn query_indents(
/// },
/// );
/// ```
#[allow(clippy::too_many_arguments)]
pub fn treesitter_indent_for_pos(
query: &Query,
syntax: &Syntax,