mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fix symbol_index::Query::search_maps not adhering to case-sensitivity correctly
This commit is contained in:
parent
c3a29e5528
commit
0af780ea3e
4 changed files with 133 additions and 55 deletions
|
@ -163,7 +163,7 @@ impl<'a> SymbolCollector<'a> {
|
|||
}
|
||||
|
||||
// Record renamed imports.
|
||||
// In case it imports multiple items under different namespaces we just pick one arbitrarily
|
||||
// FIXME: In case it imports multiple items under different namespaces we just pick one arbitrarily
|
||||
// for now.
|
||||
for id in scope.imports() {
|
||||
let loc = id.import.lookup(self.db.upcast());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue