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 53f5971 commit a7d3456Copy full SHA for a7d3456
src/language_server_protocol.rs
@@ -1299,7 +1299,7 @@ impl LanguageClient {
1299
flat.iter().map(QuickfixEntry::from_lsp).collect()
1300
}
1301
Some(lsp::DocumentSymbolResponse::Nested(nested)) => {
1302
- <(Vec<QuickfixEntry>)>::from_lsp(&nested)
+ <Vec<QuickfixEntry>>::from_lsp(&nested)
1303
1304
_ => Ok(Vec::new()),
1305
};
@@ -1318,7 +1318,7 @@ impl LanguageClient {
1318
1319
1320
1321
1322
1323
1324
0 commit comments