Move hir_def::builtin_attr to hir_def::attr::builtin

This commit is contained in:
Lukas Wirth 2023-04-06 19:55:49 +02:00
parent 12b069f434
commit 3f5c9920d6
5 changed files with 12 additions and 12 deletions

View file

@ -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;