bors fdf219dd42 Auto merge of #26663 - Eljay:fix-repr-attribute, r=sanxiyn
Fixes #26646.

Loops over all `#[repr(..)]` attributes instead of stopping at the first one to make sure they are all marked as used. Previously it stopped after the first `#[repr(C)]` was found causing all other attributes to be skipped by the linter.
2015-06-30 20:07:18 +00:00
..
2015-06-24 22:16:25 -07:00
2015-06-24 10:22:10 -07:00
2015-06-29 08:08:59 -07:00
2015-06-30 02:31:07 +03:00