mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
remove FnSignatureInfo from hir
This commit is contained in:
parent
a3f74702d9
commit
ed4f13e5c7
4 changed files with 115 additions and 137 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue