remove forward pointer for attrs

This commit is contained in:
Aleksey Kladov 2019-10-30 18:06:08 +03:00
parent c1ed9ccc4e
commit e34e71c62d
4 changed files with 2 additions and 6 deletions

View file

@ -39,7 +39,6 @@ mod adt;
mod traits;
mod type_alias;
mod ty;
mod attr;
mod impl_block;
mod expr;
mod lang_item;