mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
move resolve_local_scope
This commit is contained in:
parent
93fae08261
commit
67de38ec7d
6 changed files with 27 additions and 27 deletions
|
@ -15,7 +15,7 @@ use crate::{
|
|||
syntax_ptr::SyntaxPtr, FileId,
|
||||
};
|
||||
|
||||
pub(crate) use self::scope::{resolve_local_name, FnScopes};
|
||||
pub(crate) use self::scope::FnScopes;
|
||||
pub(crate) use crate::loc2id::FnId;
|
||||
|
||||
impl FnId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue