Skip to content

Commit

Permalink
Auto merge of #25541 - klutzy:remove-packed-attr, r=alexcrichton
Browse files Browse the repository at this point in the history
The attribute was removed by #16499.
  • Loading branch information
bors committed May 18, 2015
2 parents 0cc99f9 + d0fc35f commit 8a8583c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
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 8a8583c

Please # to comment.