syntax: Remove unused packed attribute

The attribute was removed by #16499.
This commit is contained in:
klutzy 2015-05-18 00:25:31 +09:00
parent 8b7c17db22
commit d0fc35f394

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),