]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #46710 - xfix:patch-5, r=alexcrichton
authorSteve Klabnik <steve@steveklabnik.com>
Fri, 15 Dec 2017 14:27:01 +0000 (09:27 -0500)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 14:27:01 +0000 (09:27 -0500)
Remove Sync and Send implementation for RawTable

The implementation was introduced when changing hash storage from Unique to *mut, but it was changed back to Unique.


Trivial merge