internal: Rename AstDatabase to ExpandDatabase

This commit is contained in:
Lukas Wirth 2023-03-13 16:33:52 +01:00
parent 9fca0a4afe
commit 9fb9ee3b6a
30 changed files with 161 additions and 148 deletions

View file

@ -1,4 +1,4 @@
use hir::{db::AstDatabase, HirDisplay, InFile};
use hir::{db::ExpandDatabase, HirDisplay, InFile};
use ide_db::{
assists::{Assist, AssistId, AssistKind},
base_db::FileRange,