You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove incorrect `unsafe impl Send for Token { }`
Token contains StrTendril, which is not Send because it contains a shared reference to a `Cell<usize>` for reference-counting.
Refactor test harness to not need Send.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/253)
<!-- Reviewable:end -->
0 commit comments