From d0fc35f394ca9b7a4bb87866ed15c1ee742ffae6 Mon Sep 17 00:00:00 2001 From: klutzy Date: Mon, 18 May 2015 00:25:31 +0900 Subject: [PATCH] syntax: Remove unused `packed` attribute The attribute was removed by #16499. --- src/libsyntax/feature_gate.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 28deb4eec3fac..d79714248c89b 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),