about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-02-02 02:19:55 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2014-02-02 02:58:57 +1100
commitf502576fc7a97825ee90b01c724b63a4bd4c85aa (patch)
tree8254e9b0e359e8db17ef615911a6ca13d942dc8c /src/libsyntax/parse
parentc594e675eb3db25cd018d58d8fe06ef6ea2c90de (diff)
downloadrust-f502576fc7a97825ee90b01c724b63a4bd4c85aa.tar.gz
rust-f502576fc7a97825ee90b01c724b63a4bd4c85aa.zip
Fix `@str` removal tests.
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/token.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs
index fa53f021cdb..c0abbb9222b 100644
--- a/src/libsyntax/parse/token.rs
+++ b/src/libsyntax/parse/token.rs
@@ -549,7 +549,6 @@ pub fn get_ident_interner() -> @IdentInterner {
 /// destroyed. In particular, they must not access string contents. This can
 /// be fixed in the future by just leaking all strings until task death
 /// somehow.
-#[no_send]
 #[deriving(Clone, Eq, IterBytes, Ord, TotalEq, TotalOrd)]
 pub struct InternedString {
     priv string: RcStr,