mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Move hir to a separate crate
This commit is contained in:
parent
0e4b710af8
commit
59e29aef63
26 changed files with 202 additions and 2432 deletions
|
@ -18,7 +18,7 @@ use super::{
|
|||
};
|
||||
|
||||
#[derive(Clone, Hash, PartialEq, Eq, Debug)]
|
||||
pub(crate) enum Submodule {
|
||||
pub enum Submodule {
|
||||
Declaration(SmolStr),
|
||||
Definition(SmolStr, ModuleSource),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue