Skip to content

Commit d9ecb62

Browse files
author
Paolo Tranquilli
committed
Shared: fix clippy warning
1 parent bfcf9ea commit d9ecb62

File tree

1 file changed

+1
-1
lines changed
  • shared/tree-sitter-extractor/src/generator

1 file changed

+1
-1
lines changed

shared/tree-sitter-extractor/src/generator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ fn add_field_for_column_storage<'a>(
234234
/// 1. A vector of dbscheme entries.
235235
/// 2. A set of names of the members of the `<lang>_ast_node` union.
236236
/// 3. A map where the keys are the dbscheme names for token kinds, and the
237-
/// values are their integer representations.
237+
/// values are their integer representations.
238238
fn convert_nodes(
239239
nodes: &node_types::NodeTypeMap,
240240
) -> (Vec<dbscheme::Entry>, Set<&str>, Map<&str, usize>) {

0 commit comments

Comments
 (0)