Move resolver to hir_def
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user