mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
start descriptors -> hir rename
This commit is contained in:
parent
9f08341aa4
commit
d659b7a2f0
14 changed files with 34 additions and 27 deletions
|
@ -10,7 +10,7 @@ use ra_syntax::{
|
|||
use crate::{
|
||||
db::RootDatabase,
|
||||
completion::CompletionItem,
|
||||
descriptors::{
|
||||
hir::{
|
||||
module::{ModuleDescriptor},
|
||||
function::FnScopes,
|
||||
Def,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue