We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58eb04 commit 6bf8453Copy full SHA for 6bf8453
crates/pgls_hover/src/lib.rs
@@ -47,8 +47,6 @@ pub fn on_hover(params: OnHoverParams) -> Vec<String> {
47
.into_iter()
48
.map(Hoverable::from)
49
.collect(),
50
-
51
- _ => vec![],
52
},
53
54
HoveredNode::Column(node_identification) => match node_identification {
crates/pgls_test_utils/src/bin/tree_print.rs
@@ -1,5 +1,5 @@
1
use clap::*;
2
-use pgt_test_utils::print_ts_tree;
+use pgls_test_utils::print_ts_tree;
3
4
#[derive(Parser)]
5
#[command(
0 commit comments