Fix clippy warning.

pull/4202/head
Triton171 2 years ago committed by Blaž Hrastnik
parent 8f19956218
commit 1ceecbd062

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

Loading…
Cancel
Save