mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Remove incorrect FIXME comment
This commit is contained in:
parent
d44a3ab30c
commit
afcf3f2b28
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user