From b700443e781b8b54f88177247ceefcc03155b440 Mon Sep 17 00:00:00 2001 From: Paul Daniel Faria Date: Fri, 26 Jun 2020 11:13:58 -0400 Subject: 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 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<'_> { // 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, ) { -- cgit v1.2.3