Remove incorrect FIXME comment

This commit is contained in:
Lukas Wirth 2024-08-23 11:05:25 +02:00 committed by GitHub
parent d44a3ab30c
commit afcf3f2b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),