diff options
author | Paul Daniel Faria <[email protected]> | 2020-06-26 16:13:58 +0100 |
---|---|---|
committer | Paul Daniel Faria <[email protected]> | 2020-06-26 16:13:58 +0100 |
commit | b700443e781b8b54f88177247ceefcc03155b440 (patch) | |
tree | 78bc416fb67e52abeb3ea16c09810580db11ceb9 /crates/ra_hir_def | |
parent | 76755ce176222128c354647941cea65ac30ff4bd (diff) |
Remove comment that's no longer valid
Diffstat (limited to 'crates/ra_hir_def')
-rw-r--r-- | crates/ra_hir_def/src/nameres/collector.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_hir_def/src/nameres/collector.rs b/crates/ra_hir_def/src/nameres/collector.rs index e74f67b3d..5a0eba437 100644 --- a/crates/ra_hir_def/src/nameres/collector.rs +++ b/crates/ra_hir_def/src/nameres/collector.rs | |||
@@ -583,8 +583,6 @@ impl DefCollector<'_> { | |||
583 | // All resolutions are imported with this visibility; the visibilies in | 583 | // All resolutions are imported with this visibility; the visibilies in |
584 | // the `PerNs` values are ignored and overwritten | 584 | // the `PerNs` values are ignored and overwritten |
585 | vis: Visibility, | 585 | vis: Visibility, |
586 | // All resolutions are imported with this glob status; the glob status | ||
587 | // in the `PerNs` values are ignored and overwritten | ||
588 | import_type: ImportType, | 586 | import_type: ImportType, |
589 | depth: usize, | 587 | depth: usize, |
590 | ) { | 588 | ) { |