Add Copy to bitflags-generated structures

This commit is contained in:
Valerii Hiora 2014-12-11 18:31:09 +02:00
parent c38e73fef5
commit 319c379bac
6 changed files with 1 additions and 16 deletions

View file

@ -98,7 +98,6 @@ bitflags! {
}
}
impl Copy for Restrictions {}
type ItemInfo = (Ident, Item_, Option<Vec<Attribute> >);