Remove resolved FIXME

This commit is contained in:
Jonas Schievink 2020-12-07 17:17:31 +01:00
parent 2b2318e695
commit 577d5f1c33

View file

@ -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 }
} }