mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
remove lower module
This commit is contained in:
parent
c7259a899c
commit
b2a6c17362
12 changed files with 48 additions and 264 deletions
|
@ -83,13 +83,6 @@ impl HirFileId {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn as_macro_call_id(self) -> Option<MacroCallId> {
|
||||
match self.0 {
|
||||
HirFileIdRepr::Macro(it) => Some(it),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn hir_parse(
|
||||
db: &impl PersistentHirDatabase,
|
||||
file_id: HirFileId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue