Reduce visibility

This commit is contained in:
Aleksey Kladov 2020-02-26 13:22:46 +01:00
parent c3a4c4429d
commit 09bc7ca74d
3 changed files with 81 additions and 76 deletions

View file

@ -40,6 +40,7 @@ from_id![
(hir_def::ConstId, crate::Const),
(hir_def::FunctionId, crate::Function),
(hir_def::ImplId, crate::ImplBlock),
(hir_def::TypeParamId, crate::TypeParam),
(hir_expand::MacroDefId, crate::MacroDef)
];