Skip to content

Commit 8f7a58f

Browse files
committed
Remove unused variable
1 parent 0dda36f commit 8f7a58f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ra_lsp_server/src/main_loop/handlers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ pub fn handle_hover(
487487

488488
for (file_id, symbol) in world.analysis().approximately_resolve_symbol(position)? {
489489
let range = symbol.node_range.conv_with(&line_index);
490-
let name = symbol.name.to_string();
491490
let comment = world.analysis.doc_comment_for(file_id, symbol)?;
492491

493492
if comment.is_some() {

0 commit comments

Comments
 (0)