Skip to content

Commit 6bf8453

Browse files
ack
1 parent f58eb04 commit 6bf8453

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/pgls_hover/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ pub fn on_hover(params: OnHoverParams) -> Vec<String> {
4747
.into_iter()
4848
.map(Hoverable::from)
4949
.collect(),
50-
51-
_ => vec![],
5250
},
5351

5452
HoveredNode::Column(node_identification) => match node_identification {

crates/pgls_test_utils/src/bin/tree_print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use clap::*;
2-
use pgt_test_utils::print_ts_tree;
2+
use pgls_test_utils::print_ts_tree;
33

44
#[derive(Parser)]
55
#[command(

0 commit comments

Comments
 (0)