Skip to content

Commit

Permalink
syntax: Remove unused packed attribute
Browse files Browse the repository at this point in the history
The attribute was removed by #16499.
  • Loading branch information
klutzy committed May 17, 2015
1 parent 8b7c17d commit d0fc35f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -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),
Expand Down

0 comments on commit d0fc35f

Please sign in to comment.