diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2015-06-30 16:41:00 -0700 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2015-07-01 10:30:14 -0700 |
| commit | 7850c8d0aa14cd561fcdce816c94532a3d54ff60 (patch) | |
| tree | 447750d00a2d0868de887870d1b4d6cab2bd83c3 /src/libsyntax | |
| parent | 8b25086f3dba6d2a452de009914ab5ae058a6d28 (diff) | |
| download | rust-7850c8d0aa14cd561fcdce816c94532a3d54ff60.tar.gz rust-7850c8d0aa14cd561fcdce816c94532a3d54ff60.zip | |
fallout of bitvec/bitset deprecation
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/attr.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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::*; |
