mirror of https://github.com/helix-editor/helix
Fix clippy warning.
parent
8f19956218
commit
1ceecbd062
|
@ -492,6 +492,7 @@ fn query_indents(
|
||||||
/// },
|
/// },
|
||||||
/// );
|
/// );
|
||||||
/// ```
|
/// ```
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn treesitter_indent_for_pos(
|
pub fn treesitter_indent_for_pos(
|
||||||
query: &Query,
|
query: &Query,
|
||||||
syntax: &Syntax,
|
syntax: &Syntax,
|
||||||
|
|
Loading…
Reference in New Issue