mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
move function to code_model_api
This commit is contained in:
parent
3b166aee3c
commit
ac92973a6c
9 changed files with 153 additions and 144 deletions
|
@ -1,2 +1,3 @@
|
|||
mod krate; // `crate` is invalid ident :(
|
||||
mod module;
|
||||
pub(crate) mod function;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue