mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
import resolution is immutable
This commit is contained in:
parent
91576afc7e
commit
5641feeddb
@ -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…
x
Reference in New Issue
Block a user