mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
move adt to adt
This commit is contained in:
parent
a03c109f50
commit
31d3a56b18
3 changed files with 23 additions and 24 deletions
|
@ -55,10 +55,11 @@ pub use self::{
|
|||
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
|
||||
macros::{MacroDef, MacroInput, MacroExpansion},
|
||||
nameres::{ItemMap, PerNs, Namespace, Resolution},
|
||||
ty::{Ty, AdtDef},
|
||||
ty::Ty,
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
code_model_impl::function::{FnScopes, ScopesWithSyntaxMapping},
|
||||
docs::{Docs, Documentation}
|
||||
docs::{Docs, Documentation},
|
||||
adt::AdtDef,
|
||||
};
|
||||
|
||||
pub use self::code_model_api::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue