We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79298b9 + 6686521 commit 0fd2879Copy full SHA for 0fd2879
crates/ra_ide_api/src/db.rs
@@ -63,6 +63,7 @@ impl RootDatabase {
63
let lru_capacity = lru_capacity.unwrap_or(ra_db::DEFAULT_LRU_CAP);
64
db.query_mut(ra_db::ParseQuery).set_lru_capacity(lru_capacity);
65
db.query_mut(hir::db::ParseMacroQuery).set_lru_capacity(lru_capacity);
66
+ db.query_mut(hir::db::MacroExpandQuery).set_lru_capacity(lru_capacity);
67
db
68
}
69
0 commit comments