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 7843ae6 commit 328e0e2Copy full SHA for 328e0e2
crates/rust-analyzer/src/handlers.rs
@@ -281,7 +281,7 @@ pub(crate) fn handle_document_symbol(
281
detail: symbol.detail,
282
kind: to_proto::symbol_kind(symbol.kind),
283
tags: Some(tags),
284
- deprecated: None,
+ deprecated: Some(symbol.deprecated),
285
range: to_proto::range(&line_index, symbol.node_range),
286
selection_range: to_proto::range(&line_index, symbol.navigation_range),
287
children: None,
0 commit comments