about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-07-01 17:55:20 +0000
committerbors <bors@rust-lang.org>2015-07-01 17:55:20 +0000
commit8a599c8cef871d842eea0a6217cfce23093d09cf (patch)
treede6cc2dd27d9d9327e353ce3c87c9f1eeade859d /src/libsyntax
parent9d67b9f0f90a43e822d09201291603fc0f7601b3 (diff)
parent7850c8d0aa14cd561fcdce816c94532a3d54ff60 (diff)
downloadrust-8a599c8cef871d842eea0a6217cfce23093d09cf.tar.gz
rust-8a599c8cef871d842eea0a6217cfce23093d09cf.zip
Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichton
I've mirrored them out to crates (bit-vec and bit-set) that build on stable.

(not sure if this actually correctly deprecates them in std)
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/attr.rs3
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::*;