mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
start descriptors -> hir rename
This commit is contained in:
parent
9f08341aa4
commit
d659b7a2f0
14 changed files with 34 additions and 27 deletions
|
@ -19,14 +19,14 @@ macro_rules! ctry {
|
|||
}
|
||||
|
||||
mod arena;
|
||||
mod syntax_ptr;
|
||||
mod input;
|
||||
mod db;
|
||||
mod loc2id;
|
||||
mod input;
|
||||
mod imp;
|
||||
mod completion;
|
||||
mod descriptors;
|
||||
mod hir;
|
||||
mod symbol_index;
|
||||
mod syntax_ptr;
|
||||
pub mod mock_analysis;
|
||||
|
||||
use std::{fmt, sync::Arc};
|
||||
|
@ -42,7 +42,7 @@ use crate::{
|
|||
|
||||
pub use crate::{
|
||||
completion::CompletionItem,
|
||||
descriptors::function::FnDescriptor,
|
||||
hir::function::FnDescriptor,
|
||||
input::{CrateGraph, CrateId, FileId, FileResolver},
|
||||
};
|
||||
pub use ra_editor::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue