From afcf3f2b2837632cbf425d22101383202a407acb Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Fri, 23 Aug 2024 11:05:25 +0200 Subject: [PATCH] Remove incorrect FIXME comment --- crates/hir-def/src/nameres.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/hir-def/src/nameres.rs b/crates/hir-def/src/nameres.rs index cd8db00c8b..db45f6bed6 100644 --- a/crates/hir-def/src/nameres.rs +++ b/crates/hir-def/src/nameres.rs @@ -461,7 +461,6 @@ impl DefMap { break; } } - // FIXME: crate_name should be non-optional but we don't pass the name through yet parts.push(match &self.data.crate_name { Some(name) => name.clone(), None => sym::crate_.clone(),