mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// FIXME: crate_name should be non-optional but we don't pass the name through yet
|
|
||||||
parts.push(match &self.data.crate_name {
|
parts.push(match &self.data.crate_name {
|
||||||
Some(name) => name.clone(),
|
Some(name) => name.clone(),
|
||||||
None => sym::crate_.clone(),
|
None => sym::crate_.clone(),
|
||||||
|
|
Loading…
Reference in a new issue