Skip to content

Commit df264f3

Browse files
Update crates/pgt_hover/src/lib.rs
1 parent 7a1f72e commit df264f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/pgt_hover/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ pub fn on_hover(params: OnHoverParams) -> Vec<String> {
114114
_ => vec![],
115115
},
116116

117-
t => {
118-
println!("{:?}", t);
119-
todo!()
120-
}
117+
_ => todo!(),
121118
};
122119

123120
prioritize_by_context(items, &ctx)

0 commit comments

Comments
 (0)