remove FnSignatureInfo from hir

This commit is contained in:
Aleksey Kladov 2019-01-08 18:38:34 +03:00
parent a3f74702d9
commit ed4f13e5c7
4 changed files with 115 additions and 137 deletions

View file

@ -53,8 +53,6 @@ pub use self::{
impl_block::{ImplBlock, ImplItem},
};
pub use self::function::FnSignatureInfo;
pub use self::code_model_api::{
Crate, CrateDependency,
Module, ModuleSource, Problem,