From 7850c8d0aa14cd561fcdce816c94532a3d54ff60 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Tue, 30 Jun 2015 16:41:00 -0700 Subject: fallout of bitvec/bitset deprecation --- src/libsyntax/attr.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libsyntax') diff --git a/src/libsyntax/attr.rs b/src/libsyntax/attr.rs index 3ee8ffe3636..3cc141106bb 100644 --- a/src/libsyntax/attr.rs +++ b/src/libsyntax/attr.rs @@ -10,6 +10,9 @@ // Functions dealing with attributes and meta items +// BitSet +#![allow(deprecated)] + pub use self::StabilityLevel::*; pub use self::ReprAttr::*; pub use self::IntType::*; -- cgit 1.4.1-3-g733a5