Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum

Update stdsimd to undo an accidental stabilization

Closes #52403
This commit is contained in:
bors 2018-07-21 06:26:18 +00:00
commit 17eb392cef
4 changed files with 1 additions and 9 deletions

View file

@ -15,6 +15,5 @@ const EXPECTED = {
{ 'path': 'std', 'name': 'str' },
{ 'path': 'std', 'name': 'u8' },
{ 'path': 'std::ffi', 'name': 'CStr' },
{ 'path': 'std::simd', 'name': 'u8x2' },
],
};