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 0dda36f commit 8f7a58fCopy full SHA for 8f7a58f
crates/ra_lsp_server/src/main_loop/handlers.rs
@@ -487,7 +487,6 @@ pub fn handle_hover(
487
488
for (file_id, symbol) in world.analysis().approximately_resolve_symbol(position)? {
489
let range = symbol.node_range.conv_with(&line_index);
490
- let name = symbol.name.to_string();
491
let comment = world.analysis.doc_comment_for(file_id, symbol)?;
492
493
if comment.is_some() {
0 commit comments