mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move traits to hir_def
This commit is contained in:
parent
3d56e3d855
commit
06fa3d8389
10 changed files with 103 additions and 117 deletions
|
@ -33,7 +33,6 @@ pub mod source_binder;
|
|||
|
||||
mod ids;
|
||||
mod adt;
|
||||
mod traits;
|
||||
mod type_alias;
|
||||
mod ty;
|
||||
mod impl_block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue