fix comment
This commit is contained in:
parent
bc77f91cf6
commit
b90b90cb95
1 changed files with 2 additions and 3 deletions
|
@ -329,9 +329,8 @@ impl ItemMap {
|
|||
self.resolve_path_fp(db, original_module, path).0
|
||||
}
|
||||
|
||||
// returns true if we are sure that additions to `ItemMap` wouldn't change
|
||||
// the result. That is, if we've reached fixed point at this particular
|
||||
// import.
|
||||
// Returns Yes if we are sure that additions to `ItemMap` wouldn't change
|
||||
// the result.
|
||||
fn resolve_path_fp(
|
||||
&self,
|
||||
db: &impl HirDatabase,
|
||||
|
|
Loading…
Add table
Reference in a new issue