diff options
Diffstat (limited to 'crates/ra_hir_def/src')
-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 | ) { |