mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Merge #998
998: import resolution is immutable r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
d080c8f021
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
fn resolve_import(
|
fn resolve_import(
|
||||||
&mut self,
|
&self,
|
||||||
module_id: CrateModuleId,
|
module_id: CrateModuleId,
|
||||||
import: &raw::ImportData,
|
import: &raw::ImportData,
|
||||||
) -> (PerNs<ModuleDef>, ReachedFixedPoint) {
|
) -> (PerNs<ModuleDef>, ReachedFixedPoint) {
|
||||||
|
|
Loading…
Reference in a new issue