about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-15 00:07:35 +0000
committerbors <bors@rust-lang.org>2014-12-15 00:07:35 +0000
commit126db549b038c84269a1e4fe46f051b2c15d6970 (patch)
treed3c1c5963bf00aa458905b01ce49467fabf1b3de /src/libsyntax/parse
parent6085a71623b0d4cb5042fae1432760a8a6d87c32 (diff)
parent319c379bac07c6213ac4de817be0dac202a249f8 (diff)
downloadrust-126db549b038c84269a1e4fe46f051b2c15d6970.tar.gz
rust-126db549b038c84269a1e4fe46f051b2c15d6970.zip
auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index d1991c0463f..b9ef3fdbd49 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -98,7 +98,6 @@ bitflags! {
     }
 }
 
-impl Copy for Restrictions {}
 
 type ItemInfo = (Ident, Item_, Option<Vec<Attribute> >);