From b700443e781b8b54f88177247ceefcc03155b440 Mon Sep 17 00:00:00 2001
From: Paul Daniel Faria <Nashenas88@users.noreply.github.com>
Date: Fri, 26 Jun 2020 11:13:58 -0400
Subject: [PATCH] Remove comment that's no longer valid

---
 crates/ra_hir_def/src/nameres/collector.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/crates/ra_hir_def/src/nameres/collector.rs b/crates/ra_hir_def/src/nameres/collector.rs
index e74f67b3d9f..5a0eba43713 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<'_> {
         // All resolutions are imported with this visibility; the visibilies in
         // the `PerNs` values are ignored and overwritten
         vis: Visibility,
-        // All resolutions are imported with this glob status; the glob status
-        // in the `PerNs` values are ignored and overwritten
         import_type: ImportType,
         depth: usize,
     ) {