Skip to content

Commit 6e573cb

Browse files
committed
Make InternedString Send
1 parent 2d3112a commit 6e573cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax_pos/symbol.rs

-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ impl<'a> ::std::cmp::PartialEq<InternedString> for &'a String {
384384
}
385385
}
386386

387-
impl !Send for InternedString { }
388-
389387
impl ::std::ops::Deref for InternedString {
390388
type Target = str;
391389
fn deref(&self) -> &str { self.string }

0 commit comments

Comments
 (0)