mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Remove incorrect FIXME comment
This commit is contained in:
parent
d44a3ab30c
commit
afcf3f2b28
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue