deps: support tree-sitter 0.24

This commit is contained in:
maunzCache
2025-02-16 13:44:57 +01:00
committed by Michael Hoffmann
parent 9e3ec9848f
commit 6bc92930a7
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ mod tests {
fn test_can_load_grammar() {
let mut parser = tree_sitter::Parser::new();
parser
.set_language(super::language())
.set_language(&super::language())
.expect("Error loading hcl language");
}
}