mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move resolver to hir_def
This commit is contained in:
parent
00684d708b
commit
6d64798a23
14 changed files with 63 additions and 77 deletions
|
@ -38,7 +38,6 @@ mod impl_block;
|
|||
mod expr;
|
||||
mod lang_item;
|
||||
pub mod generics;
|
||||
mod resolve;
|
||||
pub mod diagnostics;
|
||||
mod util;
|
||||
|
||||
|
@ -52,8 +51,6 @@ mod test_db;
|
|||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
||||
use crate::resolve::Resolver;
|
||||
|
||||
pub use crate::{
|
||||
code_model::{
|
||||
attrs::{AttrDef, Attrs},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue