Fix @str
removal tests.
This commit is contained in:
parent
c594e675eb
commit
f502576fc7
3 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue