mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
fix comment
This commit is contained in:
@@ -329,9 +329,8 @@ pub(crate) fn resolve_path(
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user