fix comment

This commit is contained in:
Aleksey Kladov 2019-01-25 10:17:50 +03:00
parent bc77f91cf6
commit b90b90cb95

View file

@ -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,