mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
simplify
This commit is contained in:
parent
0f57564f78
commit
98531dc785
2 changed files with 7 additions and 8 deletions
|
@ -134,7 +134,7 @@ impl Resolver {
|
|||
resolution
|
||||
}
|
||||
|
||||
pub fn resolve_macro_call(
|
||||
pub(crate) fn resolve_macro_call(
|
||||
&self,
|
||||
db: &impl HirDatabase,
|
||||
path: Option<Path>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue