Skip to content

Commit

Permalink
Remove call that had no side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 26, 2024
1 parent 45e5cd8 commit 9a8889d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse/tree_sitter_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,6 @@ pub(crate) fn print_tree(src: &str, tree: &tree_sitter::Tree) {
fn print_cursor(src: &str, cursor: &mut ts::TreeCursor, depth: usize) {
loop {
let node = cursor.node();
node.end_position();

let formatted_node = format!(
"{} {} - {}",
Expand Down

0 comments on commit 9a8889d

Please sign in to comment.