mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
fix obsolete comment
This commit is contained in:
parent
db43080693
commit
fa2e6e0bda
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ impl Ty {
|
|||
})
|
||||
}
|
||||
|
||||
// This would be nicer if it just returned an iterator, but that's really
|
||||
// complicated with all the cancelable operations
|
||||
// This would be nicer if it just returned an iterator, but that runs into
|
||||
// lifetime problems, because we need to borrow temp `CrateImplBlocks`.
|
||||
pub fn iterate_methods<T>(
|
||||
self,
|
||||
db: &impl HirDatabase,
|
||||
|
|
Loading…
Reference in a new issue