mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Remove resolved FIXME
This commit is contained in:
parent
2b2318e695
commit
577d5f1c33
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ impl ProcMacroExpander {
|
||||||
|
|
||||||
pub fn dummy(krate: CrateId) -> Self {
|
pub fn dummy(krate: CrateId) -> Self {
|
||||||
// FIXME: Should store the name for better errors
|
// FIXME: Should store the name for better errors
|
||||||
// FIXME: I think this is the second layer of "dummy" expansion, we should reduce that
|
|
||||||
Self { krate, proc_macro_id: None }
|
Self { krate, proc_macro_id: None }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue