Skip to content

Commit afcf3f2

Browse files
authored
Remove incorrect FIXME comment
1 parent d44a3ab commit afcf3f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir-def/src/nameres.rs

-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ impl DefMap {
461461
break;
462462
}
463463
}
464-
// FIXME: crate_name should be non-optional but we don't pass the name through yet
465464
parts.push(match &self.data.crate_name {
466465
Some(name) => name.clone(),
467466
None => sym::crate_.clone(),

0 commit comments

Comments
 (0)