mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Move hir_def::builtin_attr to hir_def::attr::builtin
This commit is contained in:
parent
12b069f434
commit
3f5c9920d6
5 changed files with 12 additions and 12 deletions
|
@ -19,7 +19,6 @@ pub mod db;
|
|||
pub mod attr;
|
||||
pub mod path;
|
||||
pub mod builtin_type;
|
||||
pub mod builtin_attr;
|
||||
pub mod per_ns;
|
||||
pub mod item_scope;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue