Auto merge of #25541 - klutzy:remove-packed-attr, r=alexcrichton

The attribute was removed by #16499.
This commit is contained in:
bors 2015-05-18 01:32:26 +00:00
commit 8a8583c160

View File

@ -258,7 +258,6 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
("no_builtins", Whitelisted),
("no_mangle", Whitelisted),
("no_stack_check", Whitelisted),
("packed", Whitelisted),
("static_assert", Gated("static_assert",
"`#[static_assert]` is an experimental feature, and has a poor API")),
("no_debug", Whitelisted),