We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76755ce commit b700443Copy full SHA for b700443
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
584
// the `PerNs` values are ignored and overwritten
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,
589
depth: usize,
590
) {
0 commit comments