This commit is contained in:
Aleksey Kladov 2019-05-12 22:51:03 +03:00
parent 0f57564f78
commit 98531dc785
2 changed files with 7 additions and 8 deletions

View file

@ -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>,