hir::Crate boilerplate
This commit is contained in:
@@ -18,12 +18,15 @@ pub mod db;
|
||||
#[cfg(test)]
|
||||
mod mock;
|
||||
mod query_definitions;
|
||||
mod function;
|
||||
mod module;
|
||||
mod path;
|
||||
mod arena;
|
||||
pub mod source_binder;
|
||||
|
||||
mod krate;
|
||||
mod module;
|
||||
mod function;
|
||||
|
||||
|
||||
use std::ops::Index;
|
||||
|
||||
use ra_syntax::{SyntaxNodeRef, SyntaxNode};
|
||||
@@ -36,6 +39,7 @@ use crate::{
|
||||
|
||||
pub use self::{
|
||||
path::{Path, PathKind},
|
||||
krate::Crate,
|
||||
module::{Module, ModuleId, Problem, nameres::ItemMap},
|
||||
function::{Function, FnScopes},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user