diff options
| author | klutzy <klutzytheklutzy@gmail.com> | 2015-05-18 00:25:31 +0900 |
|---|---|---|
| committer | klutzy <klutzytheklutzy@gmail.com> | 2015-05-18 00:30:40 +0900 |
| commit | d0fc35f394ca9b7a4bb87866ed15c1ee742ffae6 (patch) | |
| tree | e416ae665ab89b9b5e737d7b3f5e80a142b2de3b /src/libsyntax | |
| parent | 8b7c17db2235a2a3f2c71242b11fc429a8d05a90 (diff) | |
| download | rust-d0fc35f394ca9b7a4bb87866ed15c1ee742ffae6.tar.gz rust-d0fc35f394ca9b7a4bb87866ed15c1ee742ffae6.zip | |
syntax: Remove unused `packed` attribute
The attribute was removed by #16499.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 28deb4eec3f..d79714248c8 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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), |
