Skip to content

Commit 8c6c8fc

Browse files
committed
Fix comment
1 parent c23353d commit 8c6c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_def/src/nameres/collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ where
360360
import: &raw::ImportData,
361361
status: PartialResolvedImport,
362362
) {
363-
// record import if it was changed
363+
// Skip record import if it is unchanged
364364
if let PartialResolvedImport::Resolved(ns) = status {
365365
if ns == def {
366366
return;

0 commit comments

Comments
 (0)