mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
kill old module
This commit is contained in:
parent
3c2cb89087
commit
9cb02fd931
7 changed files with 67 additions and 234 deletions
|
@ -56,6 +56,8 @@ pub use self::{
|
|||
|
||||
pub use self::function::FnSignatureInfo;
|
||||
|
||||
pub use self::code_model_api::Module;
|
||||
|
||||
pub enum Def {
|
||||
Module(Module),
|
||||
Function(Function),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue