Skip to content

Commit

Permalink
Fix test in Rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed May 7, 2024
1 parent eca05ed commit 74a8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 kotlin language");
}
}

0 comments on commit 74a8182

Please sign in to comment.