Skip to content

Commit 299ce60

Browse files
committed
Stop setting CompletionItem::deprecated
1 parent 9bb9fba commit 299ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pub(crate) fn handle_document_symbol(
281281
detail: symbol.detail,
282282
kind: to_proto::symbol_kind(symbol.kind),
283283
tags: Some(tags),
284-
deprecated: Some(symbol.deprecated),
284+
deprecated: None,
285285
range: to_proto::range(&line_index, symbol.node_range),
286286
selection_range: to_proto::range(&line_index, symbol.navigation_range),
287287
children: None,

0 commit comments

Comments
 (0)