syntax: Remove unused packed
attribute
The attribute was removed by #16499.
This commit is contained in:
parent
8b7c17db22
commit
d0fc35f394
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user